/tird

Tool for encrypting and hiding files

Primary LanguagePythonCreative Commons Zero v1.0 UniversalCC0-1.0

tird: this is random data

License Releases PyPI

Tool for encrypting and hiding files.

Install

$ pip install tird

or

$ git clone https://github.com/hakavlad/tird.git && cd tird
$ sudo make install

Usage

Just run the script:

$ tird
Select the action to take
0 - exit
1 - get info
2 - encrypt file
3 - decrypt file
4 - encrypt and hide file
5 - decrypt and unhide file
6 - hide file (without  encryption)
7 - unhide file (without decryprion)
8 - create file with random data
9 - overwrite file with random or specific bytes
:

Requirements

  • Python >= 3.6