Tool capabilities
- Input
- TXT
- Output
- TXT · JSON
How to use RSA Key Generator
Generate an RSA-OAEP SHA-256 key pair with exponent 65537 and export public and private JWKs. This rsa key generator works directly in your browser and is free to use without an account.
- Paste or open your input in the editor.
- Run the tool and inspect the output. If the input is invalid, correct the reported error and run it again.
- Copy the result or download it to your device.
RSA Key Generator · Example
Input
Run with the displayed settings.
Output
{
"publicKey": {
"key_ops": [
"encrypt"
],
"ext": true,
"alg": "RSA-OAEP-256",
"kty": "RSA",
"n": "sxpJC3yPm9extYNyEeaqkWn6NDN52LGtWzMhVt68PnarMzufZ8nwCPNxIJuAxJlbBaLoSzx-pBeIRipDwTZ4s_mbXp9cv_yssyAJJbtgU_8myz1oa0VJ0HTaAXgmESefyciOT0dUJc6CvNX7XiB3iU8eFDfYmJy_QkkJLDcmprDB6HktUk7cvHjBfsdUERy-Z7TyepWXmulou4cvhvLvNYCNIRAyYPtnHSg0E8HjdTJ7P7yAawG-s7WxQgAtIzmy-4ZY5vVxW1Kz9INpvhXDV82Jgq3Z0Xv6ivNz7lFOJW11CGnhCyC2n8bLxkERQp2DzH2gUzFv4U5Bh4gv3mqThQ",
"e": "AQAB"
},
"privateKey": "Generated in your browser; private parameters omitted from this example."
}Generate an RSA-OAEP SHA-256 key pair with exponent 65537 and export public and private JWKs.
Usage notes
Inputs and results are processed on this device. Tool content is not sent to a processing server.