I want to encrypt and decrypt an image after data embedding.Please help me with a matlab code for image encryption and decryption?
7 次查看(过去 30 天)
显示 更早的评论
I want to encrypt and decrypt an image after data embedding.Please help me with a matlab code for image encryption and decryption?
0 个评论
回答(1 个)
Jacob Mathew
2024-9-23
Hey Athira,
Currently MATLAB does not have an inbuilt library to perform data encryption and decryption. You will have to rely on writing the code in Java utilizing the “Javax Crypto” library package or other third party Add Ons.
An example of encryption and decryption using Java is linked below:
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!