Security & Crypto Tools
RSA Key Pair Generator
Generate RSA-2048 key pairs as PEM, locally in your browser.
Loading tool…
What is RSA Keys?
An RSA key generator for testing and development: produce a public/private pair and download each half as a PEM file.
How it works
crypto.subtle.generateKey creates the pair; SPKI (public) and PKCS#8 (private) exports are base64-wrapped into PEM.
- Enter your input. Type or paste your input into the field above — the tool responds instantly.
- Review the result. Output updates live as you type. Everything runs entirely in your browser.
- Copy or download. Use the Copy button to grab the result, or Download to save it as a file.
Examples
Realistic sample
Paste or type any realistic input — the tool computes the result locally and instantly.
Common mistakes
Expecting a server round-trip
Nothing is uploaded — every tool in this category runs entirely in your browser.