🗝️

RSA Key Pair Generator

Generate a simulated RSA key pair (placeholder random hex strings).

crypto API: POST /api/tools/rsa-keypair

Input

🔌 API Usage

POST /api/tools/rsa-keypair
Content-Type: application/json

// Example body:
{
  "bits": "2048"
}