diff --git a/README.md b/README.md index baccffb..5475891 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ A curated list of cryptography resources and links. ### Articles - [How to Generate Secure Random Numbers in Various Programming Languages](https://paragonie.com/blog/2016/05/how-generate-secure-random-numbers-in-various-programming-languages). +- [Password Insecurity](https://www.netlogix.at/news/artikel/password-insecurity-part-1/) - This article is written for everybody who is interested in password security. - [Secure Account Recovery Made Simple](https://paragonie.com/blog/2016/09/untangling-forget-me-knot-secure-account-recovery-made-simple). ### Books @@ -335,6 +336,7 @@ encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as - [Crypto-Vinaigrette](https://github.com/aditisrinivas97/Crypto-Vinaigrette) - Quantum resistant asymmetric key generation tool for digital signatures. - [cryptography](https://cryptography.io/en/latest/) - Python library which exposes cryptographic recipes and primitives. - [cryptopy](https://sourceforge.net/projects/cryptopy/) - Pure python implmentation of cryptographic algorithms and applications. +- [django-cryptography](https://github.com/georgemarshall/django-cryptography) - Easily encrypt data in Django. - [hashids](https://github.com/davidaurelio/hashids-python) - Implementation of [hashids](http://hashids.org) in Python. - [paramiko](http://www.paramiko.org/) - Python implementation of the SSHv2 protocol, providing both client and server functionality. - [Privy](https://github.com/ofek/privy) - An easy, fast lib to correctly password-protect your data. @@ -410,7 +412,7 @@ encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as - [keybase.io](https://keybase.io/) - Keybase maps your identity to your public keys, and vice versa. ### Web-sites - +- [Applied Crypto Hardening](https://bettercrypto.org/) - A lot ready to use best practice examples for securing web servers and more. - [Cryptography Stackexchange](http://crypto.stackexchange.com/) - Cryptography Stack Exchange is a question and answer site for software developers, mathematicians and others interested in cryptography. - [Cryptohack](https://cryptohack.org/) - A platform with lots of interactive cryptography challenges, similar to Cryptopals. - [Cryptopals Crypto Challenges](http://cryptopals.com/) - A series of applied cryptography challenges, starting from very basic challenges, such as hex to base 64 challanges, and gradually increasing the difficulty up to abstract algebra.