Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit 4b3ae5a

Browse files
authored
Update README.md
Signed-off-by: Blake Arnold <[email protected]>
1 parent 466dc13 commit 4b3ae5a

File tree

1 file changed

+43
-2
lines changed

1 file changed

+43
-2
lines changed

README.md

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,43 @@
1-
# Encryptor
2-
Encrypts text.
1+
# Text File Encryptor
2+
3+
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

Comments
 (0)