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

python-passlib 1.7.4

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 python-passlib 1.7.4 as follows:

guix install python-passlib@1.7.4

Or install the latest version:

guix install python-passlib

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.