I want to hide an audio file in a grayscale image. The audio is read in matlab by a simple function but I have to embed the audio file within an LSb of an image. But I'm having difficulty with how to convert it into binary format and after, converting decimal values into binary format. I have tried using dec2bin function but its giving the error as it can be applied only to real positive values. The audio file is our secret file so for its security AES algo is also used.