What password hashing algorithms are popular among sites that have been hacked?

Study: Your Password Complexity Requirements are Worthless
Date: September 25 2014

Number of unique leaked password dumps identified as using a specific hashing algorithm, collected by KoreLogic over a six month period in 2014 (n=1,365):
  • 630
  • MD5
  • 134
  • MD5(MD5(p).s)
  • 120
  • MD5(s.p)
  • 108
  • MD5(MD5(s).MD5(p)) [unsure about this one]
  • 94
  • SHA1
  • 53
  • MySQL5
  • 38
  • MD5(p.s)
  • 36
  • Crypt-DES
  • 34
  • MySQL323
  • 28
  • SHA512(p.s)
  • 20
  • MD5(MD5(p))
  • 15
  • PHPass
  • 14
  • SHA1(s.p)
  • 7
  • NTLM
  • 7
  • SSHA1
  • 5
  • MD5_Half
  • 5
  • Crypt-MD5
  • 4
  • Crypt-Blowfish
  • 3
  • SHA256
  • 3
  • MD5(s.p.s)
  • 2
  • SHA512
  • 2
  • SHA1(MD5(p))
  • 1
  • Drupal7
  • 1
  • MD5(s.MD5(p))
  • 1
  • SHA1-Base64



    PasswordResearch.com Comment:
    For above the p = plaintext password, s = salt. This identifies how the chosen algorithm(s) are specifically used to hash the password and salt. If not otherwise specified the hash is applied only to the password (p). Note that we removed what appeared to be duplicate entries for "crypt-blowfish" and "ntlm" from the original slide.

    <-- Back to Authentication Statistic Index





    [Home] [About Us] [News] [Research]

    Copyright © 2017 PasswordResearch.com