java - 32位的MD5的加密码 怎么还原成原来的String字符串
PHP中文网
PHP中文网 2017-04-18 09:40:41
0
11
1627

数据库的密码是根据填入的字符串 生成的32位MD5码。
现在要读取出来密码 并修改密码。

问题就是:怎么讲32位的MD5码还原成原来的String字符串。。

有会的吗 谢谢、、、

PHP中文网
PHP中文网

认证0级讲师

reply all(11)
迷茫

It’s impossible to even think about it with your toes, because no matter how long the string is, it will always be 16 bits after MD5. (32 bits is because the first eight bits and the last eight bits are checksums).

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template