python-passlib
Comprehensive password hashing framework
Passlib is a password hashing library for Python 2 & 3, which provides cross-platform implementations of over 30 password hashing algorithms, as well as a framework for managing existing password hashes. It's designed to be useful for a wide range of tasks, from verifying a hash found in /etc/shadow, to providing full-strength password hashing for multi-user application.
- Versions: 1.7.4
- Website: https://bitbucket.org/ecollins/passlib
- Licenses: Modified BSD
- Package source: gnu/packages/python-crypto.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-passlib
as follows:
guix install python-passlib
Or install a particular version:
guix install python-passlib@1.7.4
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
HTML: <a href='http://127.0.0.1:3000/packages/python-passlib/'><img src='http://127.0.0.1:3000/packages/python-passlib/badges/latest-version.svg'></img></a> Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/python-passlib/badges/latest-version.svg)](http://127.0.0.1:3000/packages/python-passlib/) Org: [[http://127.0.0.1:3000/packages/python-passlib/][http://127.0.0.1:3000/packages/python-passlib/badges/latest-version.svg]]