Skip to content

zach-hutz/Python-Steganography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-Steganography

Python script to encode or decode data into an image file

Usage

  • Steganography Tool [-h] [-d DECODE] [-e ENCODE] -f FILE [-i INSERT] [-o OUTFILE]

Optional Arguments:

  • -h, --help show this help message and exit
  • -d DECODE, --decode DECODE Decode a file containing Steganography.
  • -e ENCODE, --encode ENCODE Encode a file with Steganography.
  • -f FILE, --file FILE File to decode or encode.
  • -i INSERT, --insert INSERT Data to insert into the file.
  • -o OUTFILE, --outfile OUTFILE File to output the generated Steganography file to. (EX: test.png)

About

Python script to encode or decode data into an image file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages