34 protected $lockable = FALSE;
36 public $hash =
'clear';
53 public function generate_hash (
string $pwd,
bool $locked = FALSE): string
This class contains all the functions for clear password method.
__construct()
passwordMethodClear Constructor
This class contains all the basic function for password methods.
static get_hash_name()
Get the hash name.
generate_hash(string $pwd, bool $locked=FALSE)
Generate template hash.