░█████╗░███╗░░░███╗██████╗░░█████╗░██████╗░░██████╗░█████╗░██████╗░██╗██╗░░░██╗░█████╗░
██╔══██╗████╗░████║██╔══██╗██╔══██╗██╔══██╗██╔════╝██╔══██╗██╔══██╗██║╚██╗░██╔╝██╔══██╗
███████║██╔████╔██║██████╦╝███████║██████╔╝╚█████╗░███████║██████╔╝██║░╚████╔╝░███████║
██╔══██║██║╚██╔╝██║██╔══██╗██╔══██║██╔══██╗░╚═══██╗██╔══██║██╔══██╗██║░░╚██╔╝░░██╔══██║
██║░░██║██║░╚═╝░██║██████╦╝██║░░██║██║░░██║██████╔╝██║░░██║██║░░██║██║░░░██║░░░██║░░██║
╚═╝░░╚═╝╚═╝░░░░░╚═╝╚═════╝░╚═╝░░╚═╝╚═╝░░╚═╝╚═════╝░╚═╝░░╚═╝╚═╝░░╚═╝╚═╝░░░╚═╝░░░╚═╝░░╚═╝
Ambarsariya is a project on stegnography based upon LSB(least significant bit) algorithm. The algorithm uses bitwise operation on the binary value of text file and binary values of RGB pixels of image.
- clone the repository on your system:
git clone https://github.com/AYAN-AMBESH/Ambarsariya.git
. - install the requirements on your system:
pip install -r requirements.txt
.
To use the program python 3 should be already installed on your system The program is usable from command line interface Commands used:
python ambarsariya.py -h
for help menu.python ambarsariya.py -e
for encoding a text file inside an image.python ambarsariya.py -d
for decoding the message from image.
- Text file
- Image
- Stego image