πŸ” Timelock Encryption

Encrypt files so they can only be decrypted after a chosen time.
Uses drand quicknet beacons as key material β€” no server needed, no password, pure cryptography.

πŸ”’ Encrypt
πŸ”“ Decrypt

πŸ“ Select File

πŸ“‚
Drop files here or browse

⏱️ Lock Duration

5 min
15 min
30 min
1 hour
6 hours
24 hours
πŸ”“ Unlocks at: β€”  (drand round β€”)
How it works: Each file is encrypted with a fresh random AES-256-GCM key. That key is wrapped using a commitment to a future drand beacon round via HKDF-SHA-256. Until that round is published by the drand network (~every 3 s), the key material does not exist β€” making decryption cryptographically impossible. Everything runs locally in your browser. No data is uploaded anywhere.