Query: password_get_info
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PASSWORD_GET_INFO(3) 1 PASSWORD_GET_INFO(3) password_get_info - Returns information about the given hashSYNOPSISarray password_get_info (string $hash)DESCRIPTIONWhen passed in a valid hash created by an algorithm supported by password_hash(3), this function will return an array of information about that hash.PARAMETERSo $hash - A hash created by password_hash(3).RETURN VALUESReturns an associative array with three elements: o algo, which will match a password algorithm constant o algoName, which has the human readable name of the algorithm o options, which includes the options provided when calling password_hash(3) PHP Documentation Group PASSWORD_GET_INFO(3)
Related Man Pages |
---|
hash(9) - netbsd |
hash32_buf(9) - netbsd |
crypt(3) - php |
hash_pbkdf2(3) - php |
sha1(3) - php |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
UNIX.COM 2017 Year End Summary |
New Code Tags (Syntax Highlighting) |
Please Welcome Don Cragun as Lead Moderator |
Denial Of Service Attack Update |