Hide or extract any file in a BMPv3 (non-compressed, 24-bit bitmap) with or without encryption.
Linux:
sudo apt-get install libssl-dev
Mac:
brew install openssl
Clone the repository and run the following commands:
cd stego-bmp
make
The executable file should be found over the /bin
folder.