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
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
0 commit comments