What is Key Pair Generator?
Generate cryptographic key pairs —RSA 2048 or 4096-bit, or Ed25519— directly in your browser with the Web Crypto API. You get the public key in OpenSSH format (ready to paste into authorized_keys) and both the public and private keys in PEM format.
It's useful for quickly creating a test key pair, a new SSH key or cryptographic material for a project. Since it's generated locally, the private key never leaves your device nor is sent to any server, which is essential for sensitive material.
Frequently asked questions
Is it free?
Yes, all NewKit tools are completely free.
Is my data sent to a server?
No. Processing happens 100% in your browser, so it is safe even for sensitive data.