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.