About RSA Key Pair Generator
Generating an RSA key pair usually means reaching for OpenSSL on the command line - fine, but overkill when you just need a quick pair to test an encryption flow.
Generate a fresh RSA-OAEP key pair (2048, 3072, or 4096 bits) as standard PEM blocks, right in the browser. Copy the public key for encryption, the private key for decryption, or feed both into your app's key-import or KMS workflow.