[Flask] [flask][bcrypt] Help with Password hash

David Baumgold david at davidbaumgold.com
Wed Jul 22 17:28:45 CEST 2015


Does this help? https://github.com/maxcountryman/flask-bcrypt

From: itsmeshantanu <itsmeshantanu at hotmail.com>
Reply: itsmeshantanu <itsmeshantanu at hotmail.com>>
Date: July 22, 2015 at 11:27:19 AM
To: flask at python.org <flask at python.org>>
Subject:  [Flask] [flask][bcrypt] Help with Password hash  

Hello,
I am trying to using bcrypt  to hash my password for an application. Right now i am just comparing the password in the form directly with a string 'default' but i want to make an admin password with hash. Where should this configuration be? I have a config.py where csrf and secret key are located and i think this is the file where i could keep a default password for anyone to access the app for now. 
I went through the documentation but i am confused. 





Sent from Samsung mobile
_______________________________________________  
Flask mailing list  
Flask at python.org  
https://mail.python.org/mailman/listinfo/flask  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/flask/attachments/20150722/b78cc0bb/attachment.html>


More information about the Flask mailing list