md5解密可能吗? [英] Is md5 decryption possible?

查看:220
本文介绍了md5解密可能吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

可能重复:
是否可以解密md5哈希?

Possible Duplicate:
Is it possible to decrypt md5 hashes?

我不小心用md5 encryption加密了一些数据.我需要恢复它.如何解密md5加密数据?

I accidentally encrypted some data with the md5 encryption. I need to recover it. How can I decrypt the md5 encrypted data?

推荐答案

md5 是一种哈希技术.您无法将其解密.哈希意味着,一旦将其转换为加密代码,就无法返回!但是您仍然可以将md5加密的值与另一个md5加密的值进行比较,以检查是否匹配(主要是在密码验证和所有情况下!)

md5 is a hashing technique. You cannot decrypt it back.Hashing means, once you are converted it to a encrypted code, you cannot go back! But you can still compare the md5 encrypted value with the another md5 encrypted value to check matches (mostly in the case of password verification and all!)

这篇关于md5解密可能吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆