forked from exavolt/python-phpass
-
Notifications
You must be signed in to change notification settings - Fork 0
GeoKretyMap/python-phpass
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Portable PHP password hashing framework implemented in Python. This Python implementation meant to be an exact port of the the original PHP version. PHPass is used by WordPress, bbPress, Vanilla Forums, PivotX and phpBB. This Python port will be handy to work with user account data imported from those applications. You can also use this to hash passwords in your Python applications for sure. The original PHP version: http://www.openwall.com/phpass/ PHP version written by Solar Designer. Python implementation by exavolt <[email protected]> Dependencies ------------ * bcrypt http://www.mindrot.org/projects/py-bcrypt/ (optional) Unlicense --------- This is free and unencumbered software released into the public domain. Links ----- * http://www.openwall.com/phpass/ - the original version in PHP * http://packages.python.org/passlib/ - this all-in-one password hashing library supports phpass portable hashing algorithm as one of its 20 more algorithms
About
Python implementation of the portable PHP password hashing framework
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%