About This Tool
RSA is an asymmetric cryptographic algorithm that uses a pair of keys: a public key for encryption and a private key for decryption. It is widely used for secure data transmission. This tool uses the WebCrypto API (RSA-OAEP + SHA-256, 2048-bit) and runs entirely in your browser — no data is sent to any server.
Frequently Asked Questions
What hash algorithms are supported?
We support MD5, SHA-1, SHA-256, SHA-384, SHA-512, and more. We also support HMAC (keyed-hash) for all SHA variants, and RSA encryption/decryption.
What is the difference between hashing and encryption?
Hashing is a one-way process that converts data into a fixed-length digest — it cannot be reversed. Encryption is two-way: data is encrypted with a key and can be decrypted back to the original.
Are my cryptographic operations secure?
Yes. All operations run locally in your browser using the Web Crypto API. No data is sent to any server, making it safe for sensitive use cases.