From dede383407d86ee6f0c15cc8b6f4550eed3367c1 Mon Sep 17 00:00:00 2001 From: Vlad Styran Date: Fri, 22 Sep 2017 17:58:54 +0300 Subject: [PATCH] Add Stanford's Cryptography I from Coursera I took Crypto course a while ago and see it as one of the best introductory courses on the topic. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 400b667..0a8b8e5 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ That seems somewhat out of scope, isn't it? But these are books only fully avail * [Understanding cryptography: A textbook for Students and Practitioners](http://www.crypto-textbook.com/) - Textbook, great lectures and problems to solve. * [Crypto101](https://www.crypto101.io/) - Crypto 101 is an introductory course on cryptography, freely available for programmers of all ages and skill levels. * [a Course in Cryptography](https://www.cs.cornell.edu/courses/cs4830/2010fa/lecnotes.pdf) - Lecture notes by Rafael Pass, Abhi Shelat - +* [Cryptography I](https://www.coursera.org/learn/crypto) - Stanford University course on Coursera, taught by prof. Dan Boneh. [Cryptography II](https://www.coursera.org/learn/crypto2) is still in development.
### Online crypto challenges