Closed y-gupta closed 10 years ago
This lib is a userspace implementation of PHPs own password_hash so it aims to be api compatible with that.
In the PHP implementation the $algo
parameter is also not optional and has no default value.
Closing as #66 was closed
default value of $algo should be PASSWORD_DEFAULT in password_hash($password,$algo,$options)