Function Forum_driver_mybb->salt_password
Definitions
sources/forum/mybb.php
- Salts a password based on a supplied salt.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$password | string | required parameter | N/A | N/A | The md5()'ed password |
$salt | string | required parameter | N/A | N/A | The salt |
Return
- The password hash
- Type: string
- Set: N/A
- Range: N/A