Update authentication to use PhpBB version 3.
[matthijs/projects/dorestad-bookings.git] / tools / phpass / README
1 Portable PHP password hashing framework implemented in Python.
2
3 This Python implementation meant to be and exact port of the the original PHP 
4 version.
5
6 PHPass is used by WordPress, bbPress, Vanilla Forums, PivotX and phpBB. This 
7 Python port will be handy to work with user account data imported from those 
8 applications (only the portable password hashes though).
9
10 The original PHP version: http://www.openwall.com/phpass/
11 PHP version written by Solar Designer.
12
13 Python implementation by exavolt <exavolt@gmail.com>
14
15 All files within this package are in public domain.
16
17 Dependencies:
18  * bcrypt http://www.mindrot.org/projects/py-bcrypt/ (optional)