From 0241140812f34f085ba899db6b232012755c02c2 Mon Sep 17 00:00:00 2001 From: pFarb Date: Fri, 3 Mar 2017 08:19:37 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 62336ea..b81ec72 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ The goal of this list is to provide reading material for different levels of cry * Introducing people to data security and cryptography * Cryptography + + +* Books ## The list @@ -22,3 +25,10 @@ The goal of this list is to provide reading material for different levels of cry #### Cryptography [Nuts and Bolts of Encryption: A Primer for Policymakers](https://www.cs.princeton.edu/~felten/encryption_primer.pdf) + + +### Books + +[A Graduate Course in Applied Cryptography](https://crypto.stanford.edu/~dabo/cryptobook/) by Dan Boneh and Victor Shoup. A well-balanced introductory course into cryptography, a bit of cryptoanalysis and cryptography-related security. +[CrypTool book](https://www.cryptool.org/en/ctp-documentation/ctbook), predominantly mathematically oriented information on learning, using and experimenting cryptographic procedures. +[Handbook of Applied Cryptography](http://cacr.uwaterloo.ca/hac/) by Alfred J. Menezes, Paul C. van Oorschot and Scott A. Vanstone. Good classical introduction into cryptography and ciphers.