Skip to content

wirebits/TextArmor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🔏TextArmor

ℹ️About

A tool that encode and decode text with password.

⏳Working

It basically takes text or .txt files as input and encode/decode using base64, Hexadecimal, Binary and Octal.

✨Features

  • Minimal Setup.
  • Encode/Decode with password.
  • Encode and decode using 4 methods : base64, Hexadecimal, Binary, Octal.
  • It works on both text and .txt files.
  • 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.

📦Requirements

  • Make sure that the latest python is installed on your system (Windows/Linux/MacOS).

⚙️Setup

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

🏃🏻‍♂️Run TextArmor

  1. Download or Clone the Repository.
  2. Open the folder.
  3. Open CMD/Powershell (Windows) or Terminal (Linux/MacOS) in that folder.
  4. Type :
    • Windows
    python TextArmor.py
    
    • Linux/MacOS
    python3 TextArmor.py
    
  5. Hit Enter.
    • It open a GUI interface in terminal.
  6. Follow the instructions and use the tool!

About

A tool that encodes and decodes text with password.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages