Matlab code for embedding secret data bits into pixels of an image in steg
조회 수: 2 (최근 30일)
이전 댓글 표시
I have an image and a string. I converted the string into binary format. Now I want to embed this binary data into the pixels of the image so that they are hidden. Please help me out.!
댓글 수: 0
답변 (1개)
Manas Meena
2020년 11월 30일
If my understanding of your question is correct then you are trying to perform steganography. The simplest method for this would be LSB substitution. You can use the following file exchange link for an example.
You can also search this forum for Steganography to learn more about it.
참고 항목
카테고리
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!