函数
hash_pbkdf2
缺少 hash_pbkdf2 的垫片
包 |
Joomla CMS |
---|
参数
- algo
string
要使用的算法- password
string
明文密码- salt
string
哈希的盐值- count
int
迭代次数- length
int
长度- rawOutput
bool
原始输出
响应
string
哈希字符串
接口
类
Totp
此类提供符合 RFC6238 的基于时间的一次性密码,与 Google Authenticator 兼容(PassCodeLength = 6,TimePeriod = 30)。