malikakarsh / enShroud

A steganography tool to hide secret texts in white space.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

enShroud

Introduction

A steganography tool to hide secret texts in white space.

Usage:

  • To encode:
python3 enShroud.py -e -p PATH_TO_TEXT_FILE -o PATH_TO_OUTPUT -s "SECRET_MESSAGE_IN_QUOTES"
  • To decode:
python3 enShroud.py -d -p PATH_TO_TEXT_FILE

License

MIT LICENSE

About

A steganography tool to hide secret texts in white space.

License:MIT License


Languages

Language:Python 100.0%