search

Home  >  Q&A  >  body text

java - 32位的MD5的加密码 怎么还原成原来的String字符串

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

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

有会的吗 谢谢、、、

PHP中文网PHP中文网2802 days ago1599

reply all(11)I'll reply

  • 迷茫

    迷茫2017-04-18 09:42:41

    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).

    reply
    0
  • Cancelreply