flufl.password - Password hashing and verification

This package is called flufl.password. It provides for hashing and verification of passwords.

Requirements

flufl.password requires Python 2.6 or newer, and is compatible with Python 3.

Documentation

A simple guide to using the library is available within this package, in the form of doctests.

Project details

You can install it with pip:

% pip install flufl.password

You can grab the latest development copy of the code using git. The master repository is hosted on GitLab. If you have git installed, you can grab your own branch of the code like this:

$ git clone git@gitlab.com:warsaw/flufl.password.git

You may contact the author via barry@python.org.