Added new hash-mode 14400 = SHA1(CX)

Details: https://github.com/hashcat/hashcat/issues/554
This commit is contained in:
jsteube
2016-11-12 11:39:38 +01:00
parent ac811011b0
commit 2bda020c83
10 changed files with 3009 additions and 3 deletions
+1
View File
@@ -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",