🔐

RSA Encrypt / Decrypt

Generate RSA key pairs and encrypt with public key, decrypt with private key.

Keys are exported in JWK (JSON Web Key) format for use in encryption/decryption.

What is RSA Encryption?

RSA is an asymmetric encryption algorithm using public/private key pairs for secure data encryption and digital signatures.

Features

  • Key Generation: Generate RSA key pairs
  • Encrypt/Decrypt: Public key encryption, private key decryption
  • Sign/Verify: Digital signature support

Use Cases

  • Secure data transmission
  • Digital signatures
  • Key exchange