This package browser is in early development. Mind the rough edges.

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.

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.