Create OpenPGP Keys

Local, in-browser key generation (ECC / Curve25519).

Key Generation Algorithm: ECC / Curve25519

Tip: Keep your passphrase safe. Without it, the private key cannot be unlocked.

Public Key (ASCII-armored)

Private Key (ASCII-armored)

Keep your private key secret. Never share it. Back it up securely.

Notes

  • Uses your local copy of openpgp.js (imported as /openpgp.min.mjs). No data leaves the browser.
  • Keys are generated with ECC (Curve25519) for speed and compact size.