JCryptPassword::create
Creates a password hash
Signature
public function create(string
$password,
[string
$type = null] )
Parameters
-
$password
- The password to hash.
-
$type
- The type of hash. This determines the prefix of the hashing function.
Returns
- string
- The hashed password.