Cryptographic Key Generator (AES/RSA/ECDSA)
Generate cryptographic keys for AES, RSA, ECDSA, Ed25519 using WebCrypto. Export in PEM/JWK/raw formats.
About Cryptographic Key Generator (AES/RSA/ECDSA)
Generate cryptographic keys for AES, RSA, ECDSA, Ed25519 using WebCrypto. Export in PEM/JWK/raw formats. Everything runs locally in your browser — your data never leaves your device.
How to use
- Enter your input in the tool above.
- Adjust any options to your preference.
- Use the Copy or Download buttons to save the result.
- Everything happens locally — your data never leaves your browser.
FAQ
What does this tool do?
Generate cryptographic keys for AES, RSA, ECDSA, Ed25519 using WebCrypto. Export in PEM/JWK/raw formats.
Is my data sent to a server?
No. This tool runs 100% in your browser. Nothing is uploaded, tracked, or stored remotely.
What extra features does this tool have?
Extras: (1) (1) AES-128/192/256 key generation, (2) (2) RSA 2048/4096 key pair, (3) (3) ECDSA P-256/P-384/P-521, (4) (4) Ed25519 key pair, (5) (5) PEM export (PKCS#8/SPKI), (6) (6) JWK export, (7) (7) Raw hex/base64 export, (8) (8) Key fingerprint (SHA-256), (9) (9) Bulk generation, (10) (10) Copy key, (11) (11) Export key file, (12) (12) PWA offline
Does this work offline?
Yes — install as a PWA and use it without network.
Related tools
.htaccess Generator
Generate Apache .htaccess rules: redirects (301/302), URL rewrites, auth, IP allow/deny, custom error pages, security headers, HTTPS force, www force, and 10+ extras. 100% private.
AES-256 Encryptor / Decryptor
Encrypt and decrypt text with AES-256-GCM via the Web Crypto API. PBKDF2 key derivation, salt + IV, and 10+ extras. 100% private — runs in your browser.
API Authentication Header Builder
Build API authentication headers: Bearer token, Basic Auth, API Key, HMAC, AWS Signature v4.