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

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -