Skip to content

OSSome01/steganography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

Releases

No releases published

Packages

No packages published

Languages