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!