Best image encryption algorithm
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
What is the best algorithm for image encryption that can be coded in matlab?
0 comentarios
Respuesta aceptada
Jan
el 31 de Mzo. de 2011
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 comentarios
Walter Roberson
el 31 de Mzo. de 2011
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
el 31 de Mzo. de 2011
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
Más respuestas (0)
Ver también
Categorías
Más información sobre Encryption / Cryptography en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!