Code matlab of image encryption using AES
Mostra commenti meno recenti
someone of you could help me to encrypt an image with the AES cryptographic algorithm please ?
1 Commento
Rik
il 17 Giu 2020
That is probably legally not allowed, for reasons explained in this thread. You will have to look up an implementation of AES in Matlab elsewhere.
Risposte (1)
Sean Little
il 17 Giu 2020
0 voti
The easiest way to do this would be to use the Matlab-to-python API and use one of the excellent Python cryptography libraries like "pycrypto". If you are doing lots of crypto, Matlab probably isn't the right tool to use.
Categorie
Scopri di più su Encryption / Cryptography in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!