Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
This instance was upgraded to Heptapod 0.20.1 today
Open sidebar
python-libs
passlib
Commits
61cc57cebdd2
Commit
37a920ab
authored
May 04, 2011
by
Eli Collins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added resource links to readme
parent
25c732334bad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
4 deletions
+15
-4
README
README
+15
-4
No files found.
README
View file @
61cc57ce
...
...
@@ -4,6 +4,8 @@
The PassLib Python Library
==========================
Welcome
=======
PassLib is a password hash library, which provides cross-platform
implementations of over 20 password hashing algorithms; as well as a framework for managing
and migrating existing password hashes. It's designed to be useful
...
...
@@ -13,17 +15,26 @@ 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
* PyBCrypt (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 build
sudo python setup.py install
For more detailed installation & testing instructions, see "docs/install.rst".
For additional online resources, see the bottom of "docs/index.rst".
For more detailed installation & testing instructions, see "docs/install.rst"
Online Resources
================
* Homepage - http://code.google.com/p/passlib
* 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment