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!