Function Forum_driver_smf2->cookie_hash_salt

Definitions

sources/forum/smf2.php

  • Hashes password with salt and authentication secret for use in the SMF 2 cookie.
  • 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 password
$salt string required parameter N/A N/A The salt

Return

  • The hashed password
  • Type: string
  • Set: N/A
  • Range: N/A