hiding wav. file into an image

1 次查看(过去 30 天)
rawia haroun
rawia haroun 2019-9-29
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
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.
rawia haroun
rawia haroun 2019-9-29
thanks for help.i appreciate it

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Convert Image Type 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by