Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 360 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 360 Bytes

Encode an exisiting image using: pyhton3 steganography.py -e <image_to_encoded> <output_image_name>

Decode an image using: pyhton3 steganography.py -d <image_to_be_decoded>

Encode data by creating a new image: pyhton3 steganography.py -ea <output_image_name>

Decode a created image by: pyhton3 steganography.py -da <image_to_be_decoded>