Files
appliedcrypto/unit04_public_key/lecture
billbuchanan 714905d690 Update
2023-02-14 14:18:07 +00:00
..
2021-02-14 16:22:56 +00:00
2023-02-14 14:18:07 +00:00
2023-02-14 14:18:07 +00:00
2022-02-17 14:31:38 +00:00
2023-01-23 19:22:20 +00:00

esecurity

e-Security Unit 4: Public Key

The key concepts are: Basics, RSA, Elliptic Curve and ElGamal.

What you should know at the end of unit?

  • Explain how public key provides both privacy and identity verification.
    • Where would I find this info? This unit explains public key.
  • Understand how the RSA process works, with a simple example.
  • Understand how elliptic curve cryptography works, with a simple example.
  • Explain the operation of PGP.
  • Understands how the private key is used to check the identity of the sender, and how public key is used to preserve the privacy of the message.
  • Explain how the e and d values are determined within the RSA method.
    • Where would I find this info? There are some examples here.

Presentations

  • Week 4 Presentation (PDF) - Public Key Encryption: here.
  • Week 4 Presentation (video) - Public Key Encryption: here.

Examples

RSA Examples: here

Quick demos

  • Introduction to RSA: here
  • Introduction to Elliptic Curve: here
  • Picking the Generator Value (G): here