Show notes
In this episode we give a very (very) high level introduction to
cryptography concepts. No math or programming background required!Links:
- probably the BEST book for learning about cryptography concepts.And a relevant talk from PyCon!
We mentioned
RSA,which is the first publicly published algorithm for public keycryptography. These days most public key cryptography useselliptic curvesinstead. It's possible that inthe future, something else will be recommended instead!Playing around with GnuPG can be a great way to learn about
cryptography as a user, but... it's also not the easiest thing tolearn either, and we don't personally believe that GPG/PGP's web oftrust model is a realistic path for user security. (But what werecommend instead, that's a topic for a future episode.) Still,a useful tool in all sorts of ways.Mixing and matching these things at a low level can be tricky,
and unexpected vulnerabilities can easily occur.Cryptographic Right Answershas been a useful page, but the cryptography world keeps moving!

