Hacker News new | ask | show | jobs
by codenhagen 3669 days ago
Looks interesting. As for the password hashing, have you tried the one built in to Werkzeug? http://flask.pocoo.org/snippets/54/

Btw., I have a similar project (with a much smaller scope) at https://github.com/codenhagen/startflaskproject.

1 comments

The Werkzeug password hasher looks interesting. It uses PBKDF2 under the hood but bcrypt seems to be considered more secure: http://security.stackexchange.com/questions/4789/most-secure...