Skip to content
Litora

← Help centre

Why your key never leaves your browser

When you create a configuration, the private key for it is generated inside your browser, using the browser's own cryptography (X25519 in Web Crypto). What leaves the page is only the matching public key — the half that cannot be turned back into the private one.

What follows from that, mechanically rather than as a promise:

The one requirement: a browser with X25519 support in Web Crypto. Every current Chrome, Firefox, Safari and Edge has it. A browser that lacks it is told so plainly — the page refuses rather than falling back to generating the key somewhere weaker, because a fallback would silently break the property this page is named after.

Updated 2026-08-20.

Still stuck? Message the bot