A tool that encode and decode text with password.
It basically takes text or .txt files as input and encode/decode using base64, Hexadecimal, Binary and Octal.
- Minimal Setup.
- Encode/Decode with password.
- Encode and decode using 4 methods :
base64,Hexadecimal,Binary,Octal. - It works on both text and
.txtfiles. - Passowrd supports special characters.
- It takes auto completion path of files.
- It hides password when typing like Linux Login.
- It takes backup of password for future use.
- Make sure that the latest python is installed on your system (Windows/Linux/MacOS).
Caution
The requirements.txt file is for windows only.
- Install the pyreadline3 module on your system (Windows/Linux/MacOS) by copy and run the following command :
pip3 install -r requirements.txt
- Download or Clone the Repository.
- Open the folder.
- Open
CMD/Powershell(Windows) orTerminal(Linux/MacOS) in that folder. - Type :
- Windows
python TextArmor.py- Linux/MacOS
python3 TextArmor.py - Hit Enter.
- It open a GUI interface in terminal.
- Follow the instructions and use the tool!