Storing Sensitive Information With Python
Jump to navigation
Jump to search
Password hashing[edit]
- 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[edit]
- Encrypting and Decrypting with AES256-GCM - StackOverflow (Jan 21, 2020)