Skip to content

Krezméin Encrypter is a command-line tool that allows users to securely encrypt text using a custom password. The encrypted text can only be decrypted by providing the correct password, ensuring privacy and security. The tool generates .encryptedaob files for encrypted data and .security files for storing passwords.

Notifications You must be signed in to change notification settings

AmashOnBlitz/Text-Encrypter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Krezméin Encrypter

Krezméin Encrypter is a powerful yet simple tool that encrypts text using a custom password. It ensures secure storage and retrieval of confidential information.

🚀 Features

  • Encrypts text using a custom password.
  • Generates a .encryptedaob file to store encrypted content.
  • Stores passwords securely in a .security file.
  • Decrypts files only if the correct password is provided.
  • Allows saving decrypted content as a .txt file.

🛠 Usage

  1. Run the executable.
  2. Choose to either: a) Encrypt a new file by entering the text and setting a password. b) Decrypt an existing file by providing the correct password.

⚠️ Important Notes

  • The password must be 9 characters or less, with no spaces.
  • The .security file stores the encryption password and must be kept secure.
  • The .encryptedaob and .security files must remain in the same directory as the executable for decryption.

🔧 Installation

  1. Clone the repository:
    git clone https://github.com/AmashOnBlitz/Text-Encrypter.git
  2. Navigate to the directory
    cd Text-Encrypter
  3. Run the executable
    KrezmeinEncrypter.exe
  4. Or (if above command fails)
    ./KrezmeinEncrypter.exe
    

🔒 Secure your text now with Krezméin Encrypter!

About

Krezméin Encrypter is a command-line tool that allows users to securely encrypt text using a custom password. The encrypted text can only be decrypted by providing the correct password, ensuring privacy and security. The tool generates .encryptedaob files for encrypted data and .security files for storing passwords.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published