crypto
Back to practices Practice 04

RSA HYBRID ENCRYPTION

Generate a 2048-bit RSA keypair, encrypt arbitrary files using a hybrid AES-256-GCM + RSA PKCS#1 v1.5 scheme, and decrypt the result. Everything runs in your browser via WebAssembly — keys and plaintext never touch a server.

eddndev · public key

Encrypt something for me.

This is the public half of an RSA-2048 keypair I generated using this very practice. Download it and use the Encrypt file tab above to send me something only I can read.

n = 60586529, 970966565, 508830855, … (64 limbs · 2048 bits) · e = 65537

↓ DOWNLOAD KEY