Code matlab of image encryption using AES
4 ビュー (過去 30 日間)
古いコメントを表示
someone of you could help me to encrypt an image with the AES cryptographic algorithm please ?
1 件のコメント
Rik
2020 年 6 月 17 日
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.
回答 (1 件)
Sean Little
2020 年 6 月 17 日
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.
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!