Storing Sensitive Information With Python
Password hashing
- Salted Password Hashing - Doing it Right - CrackStation
- Hashing Strings With Python - Python Central (Contains background information about the various historic algorithms.)
- Password field based on peewee ORM framework - Stack Exchange
Encrypting strings
- Encrypting and Decrypting with AES256-GCM - StackOverflow (Jan 21, 2020)