summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pgptalk.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/pgptalk.mdwn b/pgptalk.mdwn
index 5a79ef7..a8aaa72 100644
--- a/pgptalk.mdwn
+++ b/pgptalk.mdwn
@@ -117,6 +117,11 @@ Basics of public key cryptography
* Keep communications **secret**: everyone can encrypt with your
public key, only you can decrypt using your secret key
+* Public key cryptography solves the key distribution problem.
+ Traditional (symmetric) cryptography requires a shared secret or
+ code between sender and receiver, and this can be complicated to
+ arrange.
+
* RSA, ElGamal, Diffie-Hellman, elliptic curve, etc: interesting maths
if that's your thing, not required to be understood for using crypto
(this might be a little controversial)