A tool to hide text using custom templates !
git clone https://github.com/mathysEthical/TextMimic.git
python3 mimic.py -h
usage: mimic.py [-h] encodedFile template mode
TextMimic is a tool to hide messages using custom templates
positional arguments:
encodedFile Encoded file path exemple encoded/cipher.txt
template Template to use, for exemple templates/event.txt
mode Mode: encode or decode
options:
-h, --help show this help message and exit
python3 mimic.py encoded/cipher.txt templates/event.txt encode
python3 mimic.py encoded/cipher.txt templates/event.txt decode