===========
A simple steganography application based on LSB Image Steganography
Pull the repository. Delete the shared library file (.so) and executable file (.out or .exe). First execute 'make' command in /Functions directory and then execute 'make' command in /Main directory. An executable file (.out or .exe) and a shared object (.so) will be generated in /Main and /Functions directory respectively. Execute the .out(.exe) file from /Main to run the application
OS - Linux (might work on Windows with Linux subshell) Compiler - gcc (preferred)
Nothing to install just ensure that you have gcc compiler (haven't tried other compilers)
Execution
./main.out <-e or -d> <source bmp image> <secret text file> <new bmp image>
- vim - text editor
- OS - ubuntu 18.04
- Bhargav Das
- Emertxe Information Technologies Pvt Ltd - for providing idea of this project