Best image encryption algorithm
4 次查看(过去 30 天)
显示 更早的评论
What is the best algorithm for image encryption that can be coded in matlab?
0 个评论
采纳的回答
Jan
2011-3-31
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?
4 个评论
Walter Roberson
2011-3-31
Who said anything about the size of the data? There are encryption methods that require more than 8 TB to process even small data. And clearly an encryption method that requires custom hardware is "better" than an encryption method that can be run on any common computer.
Jan
2011-3-31
I disagree: If the method need a special hardware, it is "worse".
In my personal opinion, that "best" method encrypts the input to a vector of zeros by using a very specific algorithm. About another at least "very good" method: http://en.wikipedia.org/wiki/Voynich_manuscript
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Encryption / Cryptography 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!