RSA Algorithm (Rivest-Shamir-Adleman) : Submitted by
RSA Algorithm (Rivest-Shamir-Adleman) : Submitted by
(Rivest-Shamir-Adleman)
Submitted by:
Cauan, Gerry Boy
Canceran, Gean Rose
Constantino, Sharmane
Callueng, Dave
Guingab, Arlene Mae
Guiyab,Asley Gale
Submitted to:
Dr. Allen M. Paz
RSA is a cryptosystem for public-key encryption, and is widely used for s ecuring
sensitive data, particularly when being sent over an insecure network such
as the Internet.
RSA was first described in 1977 by Ron Rivest, Adi Shamir and Leonard
Adleman of the Massachusetts Institute of Technology. Public-key cryptography,
also known as asymmetric cryptography, uses two different but mathematically
linked keys, one public and one private. The public key can be shared with
everyone, whereas the private key must be kept secret.
First published:
Scientific American, Aug. 1977.
(after some censorship entanglements)
Currently the work horse of Internet security:
Most Public Key Infrastructure (PKI) products.
SSL/TLS: Certificates and key-exchange.
Secure e-mail: PGP, Outlook,
RSA in practice:
Explaining RSA's popularity
RSA derives its security from the difficulty of factoring large integers that are the
product of two large prime numbers. Multiplying these two numbers is easy, but
determining the original prime numbers from the total -- factoring -- is considered
infeasible due to the time it would take even using todays super computers.