X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=tools%2Fphpass%2FREADME;fp=tools%2Fphpass%2FREADME;h=8d82cb4b3194019e844d67733b455265f7c76d7b;hb=ce42ffced3e5e583414a29abe3aa08b21d87fc5e;hp=0000000000000000000000000000000000000000;hpb=4bc6b0c6cbaa749a321781023ff7aefa335b341f;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/tools/phpass/README b/tools/phpass/README new file mode 100644 index 0000000..8d82cb4 --- /dev/null +++ b/tools/phpass/README @@ -0,0 +1,18 @@ +Portable PHP password hashing framework implemented in Python. + +This Python implementation meant to be and 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 (only the portable password hashes though). + +The original PHP version: http://www.openwall.com/phpass/ +PHP version written by Solar Designer. + +Python implementation by exavolt + +All files within this package are in public domain. + +Dependencies: + * bcrypt http://www.mindrot.org/projects/py-bcrypt/ (optional)