Query: openssl_pbkdf2
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
OPENSSL_PBKDF2(3) 1 OPENSSL_PBKDF2(3) openssl_pbkdf2 - Generates a PKCS5 v2 PBKDF2 string, defaults to SHA-1SYNOPSISstring openssl_pbkdf2 (string $password, string $salt, int $key_length, int $iterations, [string $digest_algorithm])DESCRIPTIONWarning This function is currently not documented; only its argument list is available.PARAMETERSo $password - o $salt - o $key_length - o $iterations - o $digest_algorithm -RETURN VALUESReturns string or FALSE on failure. PHP Documentation Group OPENSSL_PBKDF2(3)
Related Man Pages |
---|
krb5_free_salt(3) - debian |
shishi_pbkdf2_sha1(3) - debian |
pwdauth(8) - minix |
password_verify(3) - php |
crack_check(3) - php |
Similar Topics in the Unix Linux Community |
---|
How to automatically install all modules required by a script from CPAN? |