Commit d9303c47 authored by Prashant's avatar Prashant

add README

parents
Steganography is science of hiding message inside another message. In this case, a LZW compressed message is hidden in image using simple matrix manipulations.
Libraries used: PIL for image manipulation and math.
Instruction for hiding the message:
1. Python3 must be used.
2. Rename your image file as input.png and put it in same directory as encode.py
3. Run the program as usually you will run any other python program.
4. You will be prompted to enter your message.
5. After entering message, a file output.png will be generated.
Instruction for retrieving the message.
1. Image file must be named output.png and put it in same directory as decode.py
2. Run the decode.py using Python3.
3. Hidden message will be shown as output.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment