Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 707 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 707 Bytes

TextMimic

A tool to hide text using custom templates !

Installation

git clone https://github.com/mathysEthical/TextMimic.git

Usage

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

To encode

python3 mimic.py encoded/cipher.txt templates/event.txt encode

To decode

python3 mimic.py encoded/cipher.txt templates/event.txt decode