From f359aed3d538812734cfe43bafe9bd755ef727fd Mon Sep 17 00:00:00 2001 From: Raphael Ahrens Date: Fri, 31 Dec 2021 10:38:08 +0100 Subject: [PATCH] Replaced dead link to HAC The link to the Handbook of Applied Cryptography went stale. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fffeb2..482e06d 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ A curated list of cryptography resources and links. - [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. - [Cryptography Engineering](https://www.schneier.com/books/cryptography_engineering/) - Learn to build cryptographic protocols that work in the real world. -- [Handbook of Applied Cryptography](http://cacr.uwaterloo.ca/hac/index.html) - This book is intended as a reference for professional cryptographers. +- [Handbook of Applied Cryptography](https://cacr.uwaterloo.ca/hac/) - This book is intended as a reference for professional cryptographers. - [Introduction to Modern Cryptography](http://www.cs.umd.edu/~jkatz/imc.html) - Introductory-level treatment of cryptography written from a modern, computer science perspective. - [OpenSSL Cookbook](https://www.feistyduck.com/library/openssl-cookbook/) - The book about OpenSSL. - [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.