RSA in detail
User’s public key is {n,e}
e is a small number, typically 3 or 17
n is the product of two randomly chosen secret prime numbers, p*q. Typically 1024 bits long
To encrypt, computeC = Me mod n
Previous slide
Next slide
Back to first slide
View graphic version