Generate a new RSA keypair in PEM format.
Private key | Public key |
---|---|
Sign a message with the private key that can identify you.
Verify whether the message is from corresponding private key owner.
Result:
Encrypt the message which can only be decrypted by corresponding private key.
Decrypt the message which was encrypted by the corresponding public key.