RSA Example
This is an example of simple RSA encryption. It uses the standard RSA algorithm. To see how it works, just click the "Generate RSA values" button below. The script will show you all the computations it did, with the results. It will also create a new form where you can enter a number to encrypt. At this time, only numbers can be encrypted. Soon, I will update the script to allow encryption of strings as well. For a more thorough explanation of how the algorithm works, see the Math Documents page of Gilles Cazelais' website, it's in the Discrete Math section.
*NOTE: You must enable cookies for this example to work.