PHP » GoLang |
login |
register |
about
|
openssl_pbkdf2(PHP 5 >= 5.5.0, PHP 7) openssl_pbkdf2 — Generates a PKCS5 v2 PBKDF2 string Description
string openssl_pbkdf2
( string
$password
, string $salt
, int $key_length
, int $iterations
[, string $digest_algorithm = "sha1"
] )openssl_pbkdf2() computes PBKDF2 (Password-Based Key Derivation Function 2), a key derivation function defined in PKCS5 v2. Parameters
Return Values
Returns raw binary string or Examples
Example #1 openssl_pbkdf2() example
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|