/stego-bmp

Hide and extract any file in a bmp with or without password.

Primary LanguageC

stego-bmp

Hide or extract any file in a BMPv3 (non-compressed, 24-bit bitmap) with or without encryption.

Pre-requisites

Linux:

sudo apt-get install libssl-dev 

Mac:

brew install openssl

Build

Clone the repository and run the following commands:

cd stego-bmp
make

The executable file should be found over the /bin folder.