Slide 3
Slide 3 text
PGP, Pretty Good Privacy (public-key crypto)
p, r = key pair (p is public, r is private)
E(M, p) = ciphertext of M, using function E with p
Essential property:
D(E(M, p), r) = M and
D(E(M, r), p) = M
In other words, encrypting with one requires decrypting with
the other.