This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
string | $key | Name of the constant. |
int|null | $byte_limit | Maximum number of bytes permitted in the value. |
string | Value of the constant. |
This method is not documented.
string | Human readable hash name. |
This method is not documented.
string | Short, unique hash name. |
This method is not documented.
int | Maximum number of bytes in hashes this class produces. |
This method is not documented.
bool | True if this hasher can execute. |
This method is not documented.
string | Human-readable description of how to enable this hasher. |
This method is not documented.
float | Strength of this hasher. |
This method is not documented.
string | Short human-readable description of hash strength. |
This method is not documented.
PhutilOpaqueEnvelope | $envelope | Text to be hashed. |
PhutilOpaqueEnvelope | Hashed text. |
This method is not documented.
PhutilOpaqueEnvelope | $password | Password to compare. |
PhutilOpaqueEnvelope | $hash | Bare password hash. |
bool | True if the passwords match. |
This method is not documented.
PhutilOpaqueEnvelope | $hash | Bare hash. |
bool | True if the hash can be upgraded without changing the algorithm (for example, to a higher cost). |
PhutilOpaqueEnvelope | $envelope | Password text. |
PhutilOpaqueEnvelope | Hashed text. |
PhutilOpaqueEnvelope | $hash | |
map | Dictionary of information about the hash. |
list<PhabricatorPasswordHasher> | Hasher objects. |
list<PhabricatorPasswordHasher> | Hasher objects. |
PhabricatorPasswordHasher | Best hasher. |
PhutilOpaqueEnvelope | $hash | |
PhabricatorPasswordHasher | Corresponding hasher. |
PhutilOpaqueEnvelope | $hash | |
bool | True to indicate that rehashing this password will improve the hash strength. |
PhutilOpaqueEnvelope | $password | Password to hash. |
PhutilOpaqueEnvelope | Hashed password, using best available hasher. |
PhutilOpaqueEnvelope | $password | Password to compare. |
PhutilOpaqueEnvelope | $hash | Stored password hash. |
bool | True if the passwords match. |
PhutilOpaqueEnvelope | $hash | Storage hash. |
string | Human-readable algorithm name. |
string | Human-readable name for best hash. |
This method is not documented.