HandlerInterface

定义密码处理程序的接口

1.2.0

Joomla 框架

方法

hashPassword

为明文密码生成哈希值

hashPassword( plaintext, mixed||string|int options = []) : 

1.2.0

参数

plaintext

string要验证的明文密码

options

array<string|int, mixed>哈希操作的选项

响应

string

isSupported

检查密码处理程序是否在当前环境中受支持

isSupported() : 
静态

1.2.0

响应

bool

validatePassword

验证密码

validatePassword( plaintext,  hashed) : 

1.2.0

参数

plaintext

string要验证的明文密码

hashed

string要验证的密码哈希值

响应

bool