A simple, browser-based tool to encrypt and decrypt text or files using AES (Advanced Encryption Standard). No installation or backend required—just open and use.
- Encrypts and decrypts text or files using AES
- Modern, user-friendly web interface
- Runs entirely in your browser
- No data is sent to any server
- Clone or download the latest release of this repository.
- Open
index.html
in your preferred web browser. - Start encrypting or decrypting your text or files securely.
- Enter or upload the text/file you want to encrypt or decrypt.
- Provide your encryption key (password).
- Click the "Encrypt" or "Decrypt" button to process your data.
- Copy or download the result as needed.
- HTML5
- CSS3
- JavaScript
- AES
This project is licensed under The Unlicense. See the LICENSE file for details.
Suggestions and contributions are welcome! Feel free to open issues or submit pull requests.
- Inspired by the need for simple, client-side encryption
- Uses AES: a well-known, secure encryption standard