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