Note: Simple image steganography made by python3
git clone
$ git clone https://github.com/miracleexotic/image-steganography.git
$ cd image-steganographywith setuptools
$ pip install --editable .with python pip
$ pip install -r requirements.txtwith setuptools
$ steganography
Usage: steganography [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
decode
encodewith python3
$ python /path/to/image-steganography/Steganography.py
Usage: steganography [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
decode
encodeuse : -t, --technique [index]
| Index | technique |
|---|---|
| 1 | LSB |
| 2 | Hexdump |

