|
|
|
Show HN: Encrypter.site – Browser-based E2E encryption for text and files
(encrypter.site)
|
|
2 points
by zealer
150 days ago
|
|
I built a simple tool for encrypting text and files entirely in the browser. - AES-256-GCM encryption with PBKDF2 key derivation (600k iterations by default)
- Supports text and file encryption (up to 256MB)
- Data never leaves your device
- Share encrypted content via QR code or link
- No account, no server storage, no tracking The crypto is handled by the Web Crypto API, and the source is straightforward if anyone wants to take a look. Would love feedback on the UX and any edge cases I might have missed. |
|