diff options
Diffstat (limited to 'phpass-README.devel')
-rw-r--r-- | phpass-README.devel | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpass-README.devel b/phpass-README.devel new file mode 100644 index 0000000..9bb2fbe --- /dev/null +++ b/phpass-README.devel @@ -0,0 +1,7 @@ +Included in this package are also a tiny PHP application demonstrating the use of the +PasswordHash class, and a C reimplementation of the portable hashes (used for +testing correctness of the primary implementation only). + +You can use the 'make' utility to compile the test C-code. + +See also this tutorial: http://www.openwall.com/articles/PHP-Users-Passwords |