Simple Matlab Code For Image Encryption and Decryption.
조회 수: 52 (최근 30일)
이전 댓글 표시
Can someone please post a simple matlab code for image encryption/decryption. Its urgent. Thank you. :)
댓글 수: 7
Walter Roberson
2020년 11월 28일
Sorry, Dhayanithi Govindasamy, the steps you posted could easily have been extended past 56 bits key space, and so we are not permitted to host that discussion here due to US law.
Walter Roberson
2020년 11월 28일
Images are not always 0 to 255. For example CT scan images are routinely int16 values, -32768 to +32767
채택된 답변
Image Analyst
2014년 4월 13일
편집: Image Analyst
2014년 4월 13일
I'm guessing you did not do a search of the File Exchange or you would not be asking this. Please click on this link: http://www.mathworks.com/matlabcentral/fileexchange/index?utf8=%E2%9C%93&term=encryption
댓글 수: 7
Abdiaziz Hussein
2019년 11월 10일
I need a algorithm written in Matlab, for a Elgamal encryption which can encrypt and decrypt data stream of 32 words, with a key which has a modulus of 1024 vits
추가 답변 (2개)
Namitha H.S Gowda
2018년 3월 25일
Can someone please post a simple matlab code for image encryption/decryption
댓글 수: 5
Image Analyst
2018년 11월 13일
Even US universities need to get approval to do research into advancing the state of the art in encryption. Note that encryption is different than encoding, like encoding a video into a binary file.
Walter Roberson
2018년 11월 13일
It is a frustrating restriction, and often makes little sense, but it is the law of the USA.
Another note: authentication is considered to be different than encryption. So something like a well-hidden watermark to verify copyright is legal. The technologies for watermarking are essentially the same as steganography (hiding messages), so the legal boundaries are far from clear.
arun anoop m
2019년 8월 5일
편집: Walter Roberson
2019년 8월 16일
댓글 수: 2
Walter Roberson
2019년 8월 16일
Any algorithm that can encrypt binary streams can be used to encrypt images.
Discussion of all the image encryption algorithms and their benefits and tradeoffs is beyond the scope of this resource.
참고 항목
카테고리
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!