【问题标题】:Can you get the salt knowing plaintext and hash?你能得到知道明文和哈希的盐吗?
【发布时间】:2016-03-21 00:52:50
【问题描述】:

你能从密码中获取 SALT,知道哈希和明文吗?

例如:

哈希:fc203f1c0a0c0636527086f071d83b1e

纯文本:管理员

【问题讨论】:

标签: database security hash passwords salt


【解决方案1】:

是的,只要你知道或能猜到用来生成哈希的方法。只需暴力破解盐值而不是密码值。您可能必须编写自定义蛮力。如果幸运的话,您可以调整一个灵活的,例如:https://github.com/wireghoul/presentations/tree/master/BHAsia2014/cuda

【讨论】:

    猜你喜欢
    • 2011-05-27
    • 1970-01-01
    • 2015-08-13
    • 2013-09-11
    • 2013-04-26
    • 2010-11-30
    • 2012-08-21
    • 1970-01-01
    • 2012-01-31
    相关资源
    最近更新 更多