Skip to content

Python implementation of the portable PHP password hashing framework

Notifications You must be signed in to change notification settings

exavolt/python-phpass

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages