This tool provides Ed25519 key generation, message signing, and signature verification with local browser-side processing.
Key Features
- Generate Ed25519 key pairs
- Derive public key from private key
- Sign messages and verify signatures
- Support Text/Hex/Base64/Spaced Hex/C-array formats
Steps
- Generate or input keys in the Generate tab.
- Sign a message with private key in the Sign tab.
- Verify with public key, message, and signature in the Verify tab.
Use Cases
- API request signing
- Data integrity verification
- High-performance modern signature demos
Notes
- Keep private keys strictly confidential.
- Message content and encoding must match exactly during verification.
- Ed25519 is for signatures, not encryption.