Hi,

I've read « Password Storage » section of Mozilla Security Guidelines :
https://wiki.mozilla.org/WebAppSec/Secure_Coding_Guidelines#Password_Storage

I look for a generic (and independent) python library to perform "hash_password"
and "verify_password" which follow this « Password storage » Guideline (hmac +
bcrypt).

I've found https://pypi.python.org/pypi/cryptacular/, does this library follow
this guideline ?

Is It the "better" Python standalone lib to perform hash and verify password ?

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.

Reply via email to