html5-img
1 / 11

What is RSA

What is RSA. RSA is a system employed to create the encrypted message in which the key used for encryption is different from that used to decrypt.

olin
Télécharger la présentation

What is RSA

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. What is RSA • RSA is a system employed to create the encrypted message in which the key used for encryption is different from that used to decrypt. • It is employed in all situations that require security, such as the use of cash payments, in passwords of e-mail, in digital encryption and is the most well-known algorithm for asymmetric encryption.

  2. Howdoesit work?

  3. Why RSA wascreated? The RSA system has been created to answer to the necessity of a stringent security in today's society. In previous encryption methods, in fact, there were the "pass key" between the sender and the receiver of the message. The RSA system, however, uses two keys: a public key and a private key to decrypt

  4. The creationof RSA The researchers then began looking for a one-way mathematical function (a function which tends to be difficult invertible) in the arithmetic clock and also the mathematicians studied the inverse operations, the multiplication of two numbers and their factorization.

  5. Theinventors The aim was reached by three U.S. researchers at MIT in 1977, Adi Shamir, Ron Rivest, Leonard Adleman.

  6. System numbers of RSA • pand q, two prime numbers • n, product of p and q • Φ (n) = (p-1) (q-1) • e, public key divisor of Φ (n) • d, secret key such that e · d = 1mod Φ (n) • M, plaintext message • M’, encrypted message

  7. How can you create a RSA system? • choose two prime numbers, p and q •   calculate n = p · q •   calculate Φ (n) = (p-1) (q-1) •   calculateeanddsuch that e · d = 1modΦ (n)

  8. How can you apply the RSA system? • To encrypt: •   consider the message M •   calculate M’= Me • M’ is the encrypted message • To decrypt: •   consider the messageM’ •   calculate M = (M’)d • M is the decrypted message

  9. Generalscheme

  10. A common application

More Related