https://github.com/amashonblitz/text-encrypter
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.
https://github.com/amashonblitz/text-encrypter
cryptography-tool cryptography-tools cybersecurity data-protection data-security decryption encryption file-encryption hacker-tools password-security privacy secure-communication secure-files security security-software text-encryption
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/amashonblitz/text-encrypter
- Owner: AmashOnBlitz
- Created: 2025-02-26T10:50:49.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-26T12:16:37.000Z (4 months ago)
- Last Synced: 2025-02-26T13:26:37.654Z (4 months ago)
- Topics: cryptography-tool, cryptography-tools, cybersecurity, data-protection, data-security, decryption, encryption, file-encryption, hacker-tools, password-security, privacy, secure-communication, secure-files, security, security-software, text-encryption
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:**
```sh
git clone https://github.com/AmashOnBlitz/Text-Encrypter.git
2. **Navigate to the directory**
```sh
cd Text-Encrypter
3. **Run the executable**
```sh
KrezmeinEncrypter.exe
4. Or (if above command fails)
```sh
./KrezmeinEncrypter.exe
## 🔒 Secure your text now with Krezméin Encrypter!