MD5Handler

实现 HandlerInterfaceCheckIfRehashNeededHandlerInterface

用于 MD5 哈希密码的密码处理程序

已弃用

4.0.0

已弃用

4.0 起将从 6.0 中移除 对 MD5 哈希密码的支持将被移除,且不会提供替代方案

Joomla CMS

方法

checkIfRehashNeeded

检查密码是否需要重新哈希

checkIfRehashNeeded( hash) : 

4.0.0

参数

hash

string要检查的密码哈希

返回值

bool

hashPassword

为纯文本密码生成哈希

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

4.0.0

参数

plaintext

string要验证的纯文本密码

options

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

返回值

string

isSupported

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

isSupported() : 
静态

4.0.0

返回值

bool

validatePassword

验证密码

validatePassword( plaintext,  hashed) : 

4.0.0

参数

plaintext

string要验证的纯文本密码

hashed

string要验证的密码哈希

返回值

bool