Skip to content

rcbops/python-passlib-buildpackage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The PassLib Python Library

Welcome

Passlib is a password hashing library for Python 2 & 3, which provides cross-platform implementations of over 20 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.

The latest documentation can be found online at http://packages.python.org/passlib.

Requirements

  • Python 2.5 - 2.7 or Python 3
  • PyBCrypt or BCryptor (optional; required only if bcrypt support is needed)
  • M2Crypto (optional; accelerates PBKDF2-based hashes)

Installation

To install from source using setup.py:

python setup.py install

For more detailed installation & testing instructions, see "docs/install.rst"

Online Resources

About

git-buildpackage repo for python-passlib

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages