MATLAB: Best image encryption algorithm

image encryption

What is the best algorithm for image encryption that can be coded in matlab?

Best Answer

This depends on what you mean by "best": fastest? minimal memory usage? hardest to decrypt by brute force? smallest implementation? most tolerant to types of input? most compatible to other applications?
You can implement all known encryption methods in Matlab. I prefer AES, see: FEX: CryptAES.