hiding wav. file into an image
2 ビュー (過去 30 日間)
古いコメントを表示
I want to embed a wav. file inside an image and I convert the wav into binary but I couldn't embed the binary values into the image using lsb steganography.can anybody have the code to insert wavebinary values inside the image
2 件のコメント
Walter Roberson
2019 年 9 月 29 日
Yes, this has been posted before. Use fread to read the wav file as uint8. Use dec2bin or similar to convert to binary. After that the technique is exactly the same as if the source had been text or an image.
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!