Public key encrypts, private key decrypts
Open the tool → For a simple encryption workflow, the public key is the shareable side and the private key is the side you must keep protected.
RSA is easiest to understand when you see a real key pair and try encrypting a short message yourself.
For a simple encryption workflow, the public key is the shareable side and the private key is the side you must keep protected.
Browser-side RSA tools are best for short text checks and demos. Large files or long data blocks are not the right fit.
A practical flow is: generate a key pair, encrypt a short message, confirm decryption works, then export the keys you need.
Not ideally. RSA is better suited to short messages and key-exchange style workflows.