I'm doing a project related to stenography. I need to hide multiple files inside a single image. I managed to bring all the files required to hide into a single folder. Now I need to zip this file and convert it to byte array so that I can pick bit by bit and hide it in LSB bit of an image.
How can I zip a folder in vb and convert it to byte array. Also which compression mode should I use? Time is not a big factor for me, but I need the data exactly as before it was zipped. I must not loose a single bit.