LnxUser::getDefaultPasswordRound
Innen: IT documentation
Description
Object-oriented style
public lnxUser::getDefaultPasswordRound(): string
Procedural style
public lnxGetDefaultPasswordRound(): string
Get the current default password hash round.
Return Values
Returns the current default password hash round.
You can read about password hash, salt, round relationships and requirements here.
Changelog
| Version
(lnxUser) |
Description |
|---|---|
| 1.2 | available |
Examples
print( 'Default password hash round is ' . lnxGetDefaultPasswordRound() . PHP_EOL );