Added new hash-mode 14400 = SHA1(CX)
Details: https://github.com/hashcat/hashcat/issues/554
This commit is contained in:
@@ -141,6 +141,7 @@ static const char *USAGE_BIG[] =
|
||||
" 4500 | sha1(sha1($pass)) | Raw Hash, Salted and / or Iterated",
|
||||
" 4700 | sha1(md5($pass)) | Raw Hash, Salted and / or Iterated",
|
||||
" 4900 | sha1($salt.$pass.$salt) | Raw Hash, Salted and / or Iterated",
|
||||
" 14400 | sha1(CX) | Raw Hash, Salted and / or Iterated",
|
||||
" 1410 | sha256($pass.$salt) | Raw Hash, Salted and / or Iterated",
|
||||
" 1420 | sha256($salt.$pass) | Raw Hash, Salted and / or Iterated",
|
||||
" 1430 | sha256(unicode($pass).$salt) | Raw Hash, Salted and / or Iterated",
|
||||
|
||||
Reference in New Issue
Block a user