[Cryptography-dev] High-level password hashing module for cryptography?
Daniel Neuhäuser
ich at danielneuhaeuser.de
Wed Jun 15 12:09:55 EDT 2016
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/
More information about the Cryptography-dev
mailing list