This is a new version of tnt where I used OOP concepts of Python. The result is cleaner more maintainable code. It also supports simple xor encryption, which I plan to upgrade to AES or RSA, but probably AES algorithm. Visit My Website here: http://www.benedict.heliohost.org
##############################################################################
INSTALLATION:
git clone [email protected]:benedict-tshaba/tnt2.git && cd tnt2
chmod +x setup.py
sudo ./setup.py install
tnt2
Alternatively:
#first install Tkinter if you dont have it already.
sudo apt-install python-tk
sudo pip install tnt2