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.)
Encrypting strings
- Encrypting and Decrypting with AES256-GCM - StackOverflow (Jan 21, 2020)