[Cryptography-dev] High-level password hashing module for cryptography?

Frank Siebenlist frank.siebenlist at gmail.com
Wed Jun 15 14:12:44 EDT 2016


Hi Daniel - Thanks for the pointer! - Didn't know about this passlib
effort and it looks very comprehensive - I'll take a closer look -
Regards, Frank.

On Wed, Jun 15, 2016 at 9:09 AM, Daniel Neuhäuser
<ich at danielneuhaeuser.de> wrote:
> You should take a look at Passlib[1]. It provides support for all algorithms worth recommending (except argon2, though that will probably change in the future). It has a high level API, so you don’t have to know about the details of the algorithm. It can also perform upgrades to new algorithms or different configurations during verification.
>
> [1]: https://pythonhosted.org/passlib/
> _______________________________________________
> Cryptography-dev mailing list
> Cryptography-dev at python.org
> https://mail.python.org/mailman/listinfo/cryptography-dev


More information about the Cryptography-dev mailing list