Offline encryption, Pri-Bit
A single-page HTML that encrypts and decrypts entirely on your device. No accounts, no server logs, works anywhere the file travels.
Local-only encryption
All operations run inside your browser; no data or keys leave your device.
Send limits & payments
Stores monthly sends in local storage; above thresholds you can optionally pay POL via Polygon to extend usage.
Image attachments
Encrypt/decrypt images up to 10 MB with previews and downloadable output.
Chunk-safe encoding
Large payloads use chunked Base64 to avoid stack overflow; all offline.
Serverless
Usage, language, and wallet counts live only in local storage.
Expiry policy
Messages past expiry fail decryption and are immediately discarded.
Key handling
Shared secrets are never stored. PBKDF2 derives a fresh key each time.
Attachment safety
Image data is capped at 10 MB, chunk-encoded, and decrypted locally with auto-expiry cleanup.
Air-gapped environments
Keep messages protected offline with only the HTML file, even where internet is blocked.
Temporary collaboration
Share and retire sensitive data after projects without leaving traces.
Visual evidence
Send photos or scans securely with the encrypted block and download-ready output.
- Image attachments up to 10 MB encrypt/decrypt with preview and download.
- Chunk-safe Base64 encoding prevents stack overflows on large payloads.
- Download link now matches in-app button styling for consistency.
Head to the live app to run encryption and decryption instantly in your browser.