Skip to content

Commit 33cf668

Browse files
committed
2 parents 1a4f1a9 + 6650fc7 commit 33cf668

1 file changed

Lines changed: 28 additions & 2 deletions

File tree

README.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,28 @@
1-
# FileKrypt
2-
FileKrypt is a simple browser-based tool that lets you securely encrypt and decrypt files directly on your device without sending your files to any server.
1+
# FileKrypt 🛡️
2+
3+
A zero-knowledge, browser-based file encryption tool. Everything runs locally in your browser — your files and passwords never leave your device.
4+
5+
---
6+
7+
## Encrypting Files
8+
9+
1. Click or drag-and-drop the file(s) you want to encrypt
10+
2. Enter a strong password
11+
3. Click **Encrypt** — a `.enc` file will be saved to your device
12+
13+
## Decrypting Files
14+
15+
1. Drop your `.enc` file into the upload area
16+
2. Enter the same password used during encryption
17+
3. Click **Decrypt** — your original files will be restored
18+
19+
---
20+
21+
## Important
22+
23+
- There is **no way to recover your files if you forget your password** — no resets, no backdoors
24+
- All encryption happens in your browser using AES-256-GCM. Nothing is sent to any server
25+
26+
---
27+
28+
*Built with Privacy. Secured by Math.*

0 commit comments

Comments
 (0)