Hashing passwords the Right Way
Don’t store passwords in plain text. Don’t use a fast algorithm. And don’t forget the salt.
Don’t store passwords in plain text. Don’t use a fast algorithm. And don’t forget the salt.
Just because the new name is so much cooler.
How to replace Django’s templating system by Jinja2 and still profit from it eg. in generic views.
I’ve been working on re-launching my personal website (you’re looking at the result), and wrote a static website generator in the process. It’s made of two Flask extension: Flask-FlatPages gives easy access to content with metadata stored in text files, and Flask-Static takes a snapshot of a Flask application as static files.