JCryptPasswordSimple::create
Creates a password hash
Signature
public function create(string
$password,
[string
$type = null] )
Parameters
-
$password
- The password to hash.
-
$type
- The hash type.
Returns
- mixed
- The hashed password or false if the password is too long.