phpbb: Update to authenticate agains PhpBB version 3.
[matthijs/projects/wipi.git] / conf / auth / phpass / README
diff --git a/conf/auth/phpass/README b/conf/auth/phpass/README
new file mode 100644 (file)
index 0000000..8d82cb4
--- /dev/null
@@ -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 <exavolt@gmail.com>
+
+All files within this package are in public domain.
+
+Dependencies:
+ * bcrypt http://www.mindrot.org/projects/py-bcrypt/ (optional)