Encrypt and decrypt text with RSA-OAEP public/private keys, including hybrid mode for longer messages.
RSA-OAEP encrypts short messages directly (about 190 bytes for 2048-bit keys). Longer text automatically uses hybrid RSA + AES-GCM.
Uses RSA-OAEP via the Web Crypto API. Keys and message data stay in your browser. Hybrid mode wraps a random AES-256 key for messages that exceed the RSA payload limit.