[BangPypers] Favorite tips/techniques

Vinayak Hegde vinayakh at gmail.com
Tue Sep 10 08:04:51 CEST 2013


On Tue, Sep 10, 2013 at 10:45 AM, Noufal Ibrahim <noufal at nibrahim.net.in>wrote:

> Anand Chitipothu <anandology at gmail.com> writes:
>
> [...]
>
> > I use it very often. Here is my random-password script.
>
> [...]
>
> I use mkpasswd(1) :)
>

What ever you use, please use py-bcrypt or something similar before you
store it in the database.

Here is the site with easy usage of it -
http://www.mindrot.org/projects/py-bcrypt/

Another on how to use it well and store password in db.
http://dustwell.com/how-to-handle-passwords-bcrypt.html

-- Vinayak

-- Vinayak


More information about the BangPypers mailing list