X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=blobdiff_plain;f=conf%2Fauth%2Fphpass%2FREADME;fp=conf%2Fauth%2Fphpass%2FREADME;h=8d82cb4b3194019e844d67733b455265f7c76d7b;hp=0000000000000000000000000000000000000000;hb=0399271c06a3730c9d2b1fe345fb00812edffa3b;hpb=d7e54511f0b549e56a53df6f7c12f865b007837d diff --git a/conf/auth/phpass/README b/conf/auth/phpass/README new file mode 100644 index 0000000..8d82cb4 --- /dev/null +++ b/conf/auth/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)