Update README.md

This commit is contained in:
Arctic Code 2013-01-26 19:49:00 -05:00
parent d558a1c03c
commit f1723bb1a8
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ $myhashpass = hashpass(''); This is legal and will not return above error.
$myhashpass = hashpass(""); This is also legal and will not return above error.
$myhashpass = hashpass('password', -1); Negative numbers are ignored and treated as if no iterations are specified.
------------------
HashPass by David Todd is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.