Sri*_*idu 0 php encryption cryptography
如何解密用PHP加密的PHP密码字符串crypt?
crypt
$salt = substr($_POST['password'], 0, 2); $password = crypt($_POST['password'], $salt);
我需要在忘记密码电子邮件中发送原始密码.
And*_*rey 6
http://php.net/manual/en/function.crypt.php
crypt - 单向字符串哈希
隐窝没有反向操作.您可以做到最好 - 重置密码并将其发送给用户.
归档时间:
15 年,5 月 前
查看次数:
3839 次
最近记录: