Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

16 Commits

Repository files navigation

Portable PHP password hashing framework implemented in Python.
This Python implementation meant to be an exact port of 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 <exavolt@gmail.com>
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

50 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages