Python script to encode or decode data into an image file
- Steganography Tool [-h] [-d DECODE] [-e ENCODE] -f FILE [-i INSERT] [-o OUTFILE]
- -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)