Online RSA key generation help


Settings Remark
Message (m) The plaintext entered previously must be converted into an encoding scheme where each character in the plaintext is converted into a number.

For demonstration purpose this tool converts the plaintext into a number by applying the base64 encoding.

Then the base64 encoded message is again converted into the encoding scheme of your choice.

The plaintext is now called the message (m) which will be used to create the ciphertext.

Note:
In a real situation each character in the plaintext is converted to its Unicode value, then padding with some random bytes are added in front of the message.
This method (RSA padding) is not applied in this tool.