I want to encrypt and decrypt an image after data embedding.Please help me with a matlab code for image encryption and decryption?
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I want to encrypt and decrypt an image after data embedding.Please help me with a matlab code for image encryption and decryption?
0 Kommentare
Antworten (1)
Jacob Mathew
am 23 Sep. 2024
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 Kommentare
Siehe auch
Kategorien
Mehr zu Encryption / Cryptography finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!