Encrypt Online
Theme

Ed25519 Key Generator

Generate an Ed25519 key pair and copy it in the format your workflow expects

Safety note: Generate Ed25519 key material in the requested encoding. Treat the private key as sensitive and use the generated values for testing or controlled workflows unless your own key-management process says otherwise.
Generate an Ed25519 key pairCreate a fresh key pair, or load a deterministic sample, then copy hex, Base64URL, or JWK-ready output right away
What It Generates

This page creates an Ed25519 key pair and shows the same material in compact hex, Base64URL, and JWK-style public-key form.

Generate and Copy a Key Pair
  1. Click Generate key pair for a fresh key pair, or load the deterministic sample.
  2. Copy the private key only where you truly need it.
  3. Use the public key or JWK output in the next verification step.
Why the Formats Differ

The underlying key bytes are the same, but surrounding ecosystems expect different encodings. Hex is easy to diff, Base64URL fits token and JWK workflows, and JWK adds the metadata a JOSE toolchain expects.