csnotes/312/notes/public.md
shockrahwow fd997d98bb adsf
2019-09-19 11:17:46 -07:00

436 B

Asymmetric Key Encryption(Public/Private)

Think of a box that we put things inside of:(put simply)

  • Private key: can open the box
  • Public key: can lock the box

Caveats:

Public keys contain a unique signature, which can be used to sign a message. Even though everyone can open the message they also know who locked the box.

Imagine then, lock the box with private key(secure) and sign it with the public key(authorized).