Skip to content

OmarElebiary/steganography-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

steganography-python

Run
  • Command:

    python3 main.py [-h] --action ACTION --path PATH [--output OUTPUT] [--message MESSAGE]

For Encoding
  • Example:

    python3 main.py --action encode --path './test.jpeg' --output './test.png' --message "text to encode"

For Decoding
  • Example:

    python3 main.py --action decode --path './test.png'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages