UUID Studio

RSA Encrypt

RSA-OAEP encryption with your public key.

  • đź”’ No data stored or uploaded
  • ⚡ 100% client-side
  • 🆓 Free, no account
Click Convert when ready

Override only when Auto cannot parse your paste. Changing this loads a matching sample into Input — click Convert to run. Use Load sample to cycle every format example.

All conversions

Read-only representations of the same 16 bytes. Every textual form is listed here, not in “Prefer format”.

Paste two values: if both sides are valid JSON, a structural diff appears; otherwise UUID / bytes are compared when both decode to the same format.

A
B

Create or edit JSON here (syntax colors), then format, validate, or convert - same as MongoDB $binary UUID blobs on the Convert tab once detected.

New document

Hash, HMAC, AES-GCM/CBC + RSA-OAEP, codecs, JWT decoding, UUID v4, and secure random - all client-side. JWTs use Base64URL (three segments), not a single MIME Base64 block - use Decode JWT below, not raw Base64 decode.

Examples

  • Short message
    hello

About RSA Encrypt

RSA-OAEP is asymmetric encryption: anyone with your public key can encrypt a message that only your private key can decrypt - useful for short secrets like a symmetric key or a small credential, not for encrypting whole files directly.

Paste an SPKI PEM public key and a short plaintext to get RSA-OAEP (SHA-256) ciphertext. For anything larger than a small secret, encrypt the data with AES first and use RSA only to protect that AES key - the standard hybrid-encryption pattern.

FAQ

What key format?
SPKI PEM public key (BEGIN PUBLIC KEY).