Reversive / stego-bmp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:C 98.6%Language:Makefile 1.1%Language:HTML 0.2%