RSA.md (304B)
1 # RSA (Rivest, Shamir, Adleman) 2 3 **Source:** Computer and Network Security 4 5 **Chapter:** 9.1 6 7 **Definition:** RSA is a public key cryptosystem that uses large numbers and the fact that factoring large numbers is prohibitively expensive to ensure it is hard to derive the private key from the public key.