Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carletes/passlib
Automatically exported from code.google.com/p/passlib
https://github.com/carletes/passlib
Last synced: about 1 month ago
JSON representation
Automatically exported from code.google.com/p/passlib
- Host: GitHub
- URL: https://github.com/carletes/passlib
- Owner: carletes
- License: other
- Created: 2015-06-24T09:14:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-24T09:16:49.000Z (over 9 years ago)
- Last Synced: 2024-06-11T16:25:19.607Z (7 months ago)
- Language: Python
- Size: 3.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
.. -*- restructuredtext -*-
==========================
The Passlib Python Library
==========================Welcome
=======
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.The latest documentation can be found online at ``_.
Requirements
============
* Python 2.5 - 2.7 or Python 3.x
* py-bcrypt 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
================
* Homepage - http://passlib.googlecode.com
* Docs - http://packages.python.org/passlib
* Discussion - http://groups.google.com/group/passlib-users* PyPI - http://pypi.python.org/pypi/passlib
* Downloads - http://code.google.com/p/passlib/downloads
* Source - http://code.google.com/p/passlib/source