c# - How to hide audio file inside image -
i'm working on stenography program need hide audio file inside image. implement need convert audio file bytes[].
i thought of taking each byte , hide inside each pixel of image. me needing images so. problem don't know how take audio file , take each byte out of that. have implemented same text file have no idea audio file. can please me doubts.
thank
reading bytes audio file doesn't differ reading bytes of other file:
byte[] bytes = system.io.file.readallbytes("myaudiofile.mp3");
Comments
Post a Comment