Skip to content

steganography program wich hides a message into an image

License

Notifications You must be signed in to change notification settings

mathurien/stegano-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

stegano-python

comment utiliser : il existe 4 paramètres : -e (encode, génère l'image "encoded-image.png") -d (decode, affiche le texte) -ef (encode from file, génère l'image "encode-image.png") -df (decode to file, génère le fichier "found-message.txt") ils s'utilisent comme ça dans un terminal : python steg.py -e {message} {chemin/vers/image.png} python steg.py -d {chemin/vers/image/png} python steg.py -ef {chemin/vers/message.txt} {chemin/vers/image.png} python steg.py -df {chemin/vers/image.png}

About

steganography program wich hides a message into an image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages