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.
- 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.
- Run the executable.
- 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.
- 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.
- Clone the repository:
git clone https://github.com/AmashOnBlitz/Text-Encrypter.git
- Navigate to the directory
cd Text-Encrypter
- Run the executable
KrezmeinEncrypter.exe
- Or (if above command fails)
./KrezmeinEncrypter.exe