Code matlab of image encryption using AES

6 次查看(过去 30 天)
someone of you could help me to encrypt an image with the AES cryptographic algorithm please ?
  1 个评论
Rik
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
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.

类别

Help CenterFile Exchange 中查找有关 Encryption / Cryptography 的更多信息

产品


版本

R2011a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by