password_get_info(3) php man page | unix.com

Man Page: password_get_info

Operating Environment: php

Section: 3

PASSWORD_GET_INFO(3)							 1						      PASSWORD_GET_INFO(3)

password_get_info - Returns information about the given hash

SYNOPSIS
array password_get_info (string $hash)
DESCRIPTION
When 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.
PARAMETERS
o $hash - A hash created by password_hash(3).
RETURN VALUES
Returns 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_str(9) - netbsd
hash(3) - php
password_verify(3) - php
aptpkg::hash(3pm) - debian
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch
Denial Of Service Attack Update