From cd12fa60413f74de4fdcf17508b4987e7d98f960 Mon Sep 17 00:00:00 2001 From: ameh Date: Thu, 23 Apr 2020 11:15:55 -0500 Subject: [PATCH] Add list of cryptography resources --- src/content/resources/cryptography/intro.md | 22 +++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/content/resources/cryptography/intro.md diff --git a/src/content/resources/cryptography/intro.md b/src/content/resources/cryptography/intro.md new file mode 100644 index 0000000..3af7dd4 --- /dev/null +++ b/src/content/resources/cryptography/intro.md @@ -0,0 +1,22 @@ +--- +authors: + - "cros#0001" +created_at: 2020/04/23 +title: Introduction to Cryptography +--- + +## Popular Science Books + +- [The Codebreakers](https://www.amazon.com/Codebreakers-Comprehensive-History-Communication-Internet/dp/0684831309) +- [Seizing the Enigma: The Race to Break the German U-Boats Codes](https://www.amazon.com/Seizing-Enigma-German-U-Boats-1939-1943/dp/0395427398) + + +## Books + +- [Handbook of Applied Cryptography - Free](http://cacr.uwaterloo.ca/hac/) +- [Serious Cryptography](https://nostarch.com/seriouscrypto) +- [Cryptograpy Engineering](https://www.schneier.com/books/cryptography_engineering/) + +## Video + +- [Coursera](https://www.coursera.org/learn/crypto)