如何散列密码并将其取回 [英] how to hash the password and get it back

查看:93
本文介绍了如何散列密码并将其取回的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嘿家伙,
i想散列密码,所以它是完全加密的,我可以散列密码,但现在的问题是我不能再次取回真正的密码,有没有什么办法我可以使用任何散列获得真正的密码,或者有任何其他方式来加密和解密文本到其原始内容... ...



请回复为尽快..
感谢和问候
abbas electrwala。

解决方案

整点哈希a密码使您不必以明文保存密码。如果有人能得到散列的密码,他不能将它们转换回密码。此外,不要忘记你的散列,否则你的哈希密码容易受到彩虹桌


hey guys, i want to hash the password so it is totally encrypted, i am able to hash the password, but now the issue is i am not able to again get back the real password, is there any way i can get the real password using any of the hash, or is there any other way to encrypt and also decrypt the text into its original content...

Please reply as soon as possible.. Thanks and regards abbas electricwala.

解决方案

The whole point of hashing a password is so that you do not have to save passwords in clear text. If someone can get the hashed passwords, he can't convert them back to passwords. Also, don't forget to salt your hashing otherwise your hashed passwords are vulnerable to rainbow tables.

这篇关于如何散列密码并将其取回的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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