Tuesday, 14th July 2020
TIL
Password hashing in Python with pbkdf2
— I was researching password hashing for [datasette-auth-passwords](https://github.com/simonw/datasette-auth-passwords). I wanted very secure defaults that would work using the Python standard library without any extra dependencies.