From 45dac110b5261f993b823437e46a3f8f16d5116d Mon Sep 17 00:00:00 2001 From: Svetlin Nakov Date: Tue, 27 Nov 2018 01:27:31 +0200 Subject: [PATCH] Added book: Practical Cryptography for Developers Added the free ebook "Practical Cryptography for Developers": https://cryptobook.nakov.com --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4032787..dff8ac3 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ A curated list of cryptography resources and links. ### Books +- [Practical Cryptography for Developers](https://cryptobook.nakov.com) - Developer-friendly book on modern cryptography (hashes, MAC codes, symmetric and asymmetric ciphers, key exchange, elliptic curves, digital signatures) with lots of code examples. - [A Graduate Course in Applied Cryptography](https://crypto.stanford.edu/~dabo/cryptobook/) - The book covers many constructions for different tasks in cryptography. - [An Introduction to Mathematical Cryptography](http://www.math.brown.edu/~jhs/MathCryptoHome.html) - Introduction to modern cryptography. - [Crypto101](https://www.crypto101.io/) - Crypto 101 is an introductory course on cryptography.