Ask about Steganography on DWT to hide .wav file on image
2 ビュー (過去 30 日間)
古いコメントを表示
I have done make an steganography program GUI on matlab to hide text on image (.bmp) with DWT and LSB substitution algorythm, and now i try to make steganography with image to hide .wav file in it. i read some reference from this link
i dont understand in this part, and when i try in matlab there was error
ESb(i)=bitxor(CA(i),HH(i,4))
HH(i,5)=ESb(i)
================================
Here, ESb(i) is ith Encrypted Secrete bit which is obtained
from EX-OR of ith bit of CA and 4th bit of each pixel
value of HH from image. And this ESb(i) replaces 5th bit
of each pixel value of HH
can someone explain the detail encoding algorythm from that link or share the code?
or someone have steganography code to hide .wav file on image?
regards
0 件のコメント
回答 (1 件)
Image Analyst
2017 年 7 月 7 日
My code can be adapted to hide anything in an image. http://www.mathworks.com/matlabcentral/fileexchange/54155-encoding-text-into-image-gray-levels
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!