Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Intense-tec/simple-steganography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simple-steganography

The goal of this project is to produce a self-contained tool in Python that can be used for covert messaging. The tool is able to “hide” ASCII text inside PNG files.

Launch with : python3 main.py

$ python3 main.py

Options :

  • -f : image path used to encode text (format png RGB is required). If not specified images/images.png will be the input per default.

command :

$ python3 main.py -f ./images/image.png
  • -t : text to encode in image. If not specified "Hello human!" will be the input per default.

command :

$ python3 main.py -f ./images/image.png -t "Alice and bob use this!"
  • -h : Show help.

By Oussama BRICH ([email protected]), No constraints to use this code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages