Encrypt Online
Choose theme
Privacy All tools run entirely in your browser.

Ed25519 Key Generator

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

Safety note: Ed25519 key generation stays in your browser. Treat the private key as sensitive and use the generated values for testing or controlled local workflows unless your own key-management process says otherwise.
Generate an Ed25519 key pairCreate a fresh key pair locally, 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 locally 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 local 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.