I use passlib for password hashing.

http://pythonhosted.org/passlib/

The documentation is quite good.

See here for bcrypt hashing:
http://pythonhosted.org/passlib/lib/passlib.hash.bcrypt.html?highlight=bcrypt#passlib.hash.bcrypt

On Tue, Sep 17, 2013 at 5:34 AM, Stéphane Klein
<cont...@stephane-klein.info> wrote:
> Le 17/09/13 11:27, Jesaja Everling a écrit :
>> Hi Stephane,
>>
>> I'm not familiar with the Mozilla password hashing guidelines or the
>> two libraries you found, but have used this package for bcrypt:
>>
>> https://pypi.python.org/pypi/py-bcrypt
>>
>> hmac is part of the standard library, so you should be able to do
>> "import hmac" without having to install anything.
>>
>
> Thanks but I look for a "complete" library with hash password et check 
> password
> functions.
>
> Best regards,
> Stephane
> --
> Stéphane Klein <cont...@stephane-klein.info>
> blog: http://stephane-klein.info
> Twitter: http://twitter.com/klein_stephane
> cv: http://cv.stephane-klein.info
>
> --
> You received this message because you are subscribed to the Google Groups 
> "pylons-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to pylons-discuss+unsubscr...@googlegroups.com.
> To post to this group, send email to pylons-discuss@googlegroups.com.
> Visit this group at http://groups.google.com/group/pylons-discuss.
> For more options, visit https://groups.google.com/groups/opt_out.



-- 
Ian Marcinkowski
ianmarcinkow...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to