A web-based tool that allows users to encrypt and decrypt text using various cipher methods.
Supports file upload, multiple languages, and downloading processed results.
🔗 Live Demo: unecryptography.netlify.app
- 📄 File Upload: Upload a
.txtfile for encryption/decryption - 🔑 Cipher Methods:
- Caesar Cipher: Shift letters by a specified value
- Reverse Cipher: Reverse the text
- Atbash Cipher: Map each letter to its reverse in the alphabet
- Base64 Encoding/Decoding: Convert to/from Base64
- 🌐 Language Selector: English, Azerbaijani, Turkish, Russian
- 🔐 Encrypt & Decrypt: Based on selected cipher and shift value
- 💾 Download Result: Save the processed text as
.txt - 🔄 Reload Page: Reset all fields
- Clone or download the repository
- Open
index.htmlin a web browser - Upload a text file or enter text manually
- Select a cipher method (and set shift if applicable)
- Click Encrypt or Decrypt
- Download the result or click Reload to reset
- English (en)
- Azerbaijani (az)
- Turkish (tr)
- Russian (ru)
- Upload Text File → Use the file input to upload
.txt - Select Cipher Method → Choose from available ciphers
- Shift Value → Set for Caesar Cipher (if applicable)
- Encrypt/Decrypt → Click respective button
- Download Result → Save the processed text
- Reload → Reset the tool if needed
- Encrypt: Caesar Cipher, shift = 3, input =
"HELLO"→ Output ="KHOOR" - Decrypt: Caesar Cipher, shift = 3, input =
"KHOOR"→ Output ="HELLO"
Feel free to fork the repo and submit pull requests for improvements or bug fixes.
Encounter issues or have suggestions? Open an issue on the repository.