【发布时间】:2011-12-09 04:44:02
【问题描述】:
可能重复:
PHP 2-way encryption: I need to store passwords that can be retrieved
我正在使用加密密码:
php> echo bin2hex(mhash(MHASH_SHA1,'test'));
a94a8fe5ccb19ba61c4c0873d391e987982fbbd3
我的问题是如果我有a94a8fe5ccb19ba61c4c0873d391e987982fbbd3,我怎样才能取回test。
有解密功能吗?
【问题讨论】:
标签: php passwords protection