【问题标题】:SHA256 wrong identificationSHA256 错误识别
【发布时间】:2021-03-16 18:41:36
【问题描述】:

我试图在下面几个小时内识别这个哈希码:

$6$VQoztKJH$0aL8rygMd8gfX7m8cTRWOn4pqQ6bA/jkPyQSnzU0g10E0UiMQjIijs/66vflY7cMrGSKmmiBWE7r8oNCDQc3D/

不,不是 sh-2 也不是 sha256

会是不明身份吗?

【问题讨论】:

    标签: decode hashcode


    【解决方案1】:

    $6表示哈希来自SHA-512算法,见man 3 crypt

       If salt is a character string starting with the characters "$id$"
       followed by a string optionally terminated by "$", then the
       result has the form:
    
              $id$salt$encrypted
    
       id identifies the encryption method used instead of DES and this
       then determines how the rest of the password string is
       interpreted.  The following values of id are supported:
    
              ID  | Method
              ─────────────────────────────────────────────────────────
              1   | MD5
              2a  | Blowfish (not in mainline glibc; added in some
                  | Linux distributions)
              5   | SHA-256 (since glibc 2.7)
              6   | SHA-512 (since glibc 2.7)
    

    【讨论】:

    • 谢谢,你是对的,我认为这是 sha512crypt $6$, SHA512 (Unix) 2 ,但我无法使用 hashcat 破解它该死的:X
    猜你喜欢
    • 2017-11-08
    • 2018-07-02
    • 2021-12-10
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-04-29
    • 2015-09-13
    • 2023-03-25
    相关资源
    最近更新 更多