Skip to content

mathysEthical/TextMimic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A tool to hide messages using custom templates !

Resources

Stars

Watchers

Forks

Languages