From 4e9c282ae83275bb02296647c89916ea931ddbd1 Mon Sep 17 00:00:00 2001 From: AlfredMenezes Date: Tue, 15 Oct 2024 10:14:33 -0400 Subject: [PATCH] Update README.md I'm adding a link to my new online cryptography course. This is a course that I teach each year to a large class of undergraduate students at the University of Waterloo (Canada). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2cd1b46..13517ff 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ A curated list of cryptography resources and links. - [Journey into cryptography](https://www.khanacademy.org/computing/computer-science/cryptography) - The course of cryptography by Khan Academy. - [Practical Aspects of Modern Cryptography](http://courses.cs.washington.edu/courses/csep590/06wi/) - Practical Aspects of Modern Cryptography, Winter 2006 University of Washington CSE. - [Theory and Practice of Cryptography](https://www.youtube.com/watch?v=ZDnShu5V99s) - Introduction to Modern Cryptography, Using Cryptography in Practice and at Google, Proofs of Security and Security Definitions and A Special Topic in Cryptography. +- [Cryptography 101: Building Blocks](https://cryptography101.ca/crypto101-building-blocks/) - This introductory course (Fall 2024) by Alfred Menezes covers the fundamental cryptographic primitives: symmetric-key encryption, hash functions, MACs, authenticated encryption, public-key encryption, signatures, key agreement, RSA, elliptic curve cryptography. ### Other lists