How does the RSA work?
RSA works based on two keys.
-
Public key: This key includes two numbers, in which one number is the product of two large prime numbers. Public key is given to all the users.
-
Private key: This key is obtained from the two prime numbers involved in the public key and it is kept private.