You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2025. It is now read-only.
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.
4
+
5
+
## Features
6
+
7
+
- Encrypts and decrypts text or files using AES
8
+
- Modern, user-friendly web interface
9
+
- Runs entirely in your browser
10
+
- No data is sent to any server
11
+
12
+
## Getting Started
13
+
14
+
1. Clone or download the latest release of this repository.
15
+
2. Open `index.html` in your preferred web browser.
16
+
3. Start encrypting or decrypting your text or files securely.
17
+
18
+
## Usage
19
+
20
+
1. Enter or upload the text/file you want to encrypt or decrypt.
21
+
2. Provide your encryption key (password).
22
+
3. Click the "Encrypt" or "Decrypt" button to process your data.
23
+
4. Copy or download the result as needed.
24
+
25
+
## Technologies Used
26
+
27
+
- HTML5
28
+
- CSS3
29
+
- JavaScript
30
+
- AES
31
+
32
+
## License
33
+
34
+
This project is licensed under The Unlicense. See the [LICENSE](LICENSE) file for details.
35
+
36
+
## Contributing
37
+
38
+
Suggestions and contributions are welcome! Feel free to open issues or submit pull requests.
39
+
40
+
## Acknowledgments
41
+
42
+
- Inspired by the need for simple, client-side encryption
43
+
- Uses AES: a well-known, secure encryption standard
0 commit comments