X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;ds=sidebyside;f=tools%2Fphpass%2FREADME;fp=tools%2Fphpass%2FREADME;h=8d82cb4b3194019e844d67733b455265f7c76d7b;hb=b8ab54abb0092e5e16cb8fbe65ec96fc0f7cef4e;hp=0000000000000000000000000000000000000000;hpb=8f82b787420a65cb08b42b59dea1929c76b77be4;p=matthijs%2Fprojects%2Fdorestad-bookings.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)