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

View File

@@ -30,6 +30,7 @@
- Allow loading of bcrypt hashes with signature $2b$ (February 2014)
- Added new hash-mode 14000 = DES (PT = $salt, key = $pass)
- Added new hash-mode 14100 = 3DES (PT = $salt, key = $pass)
- Added new hash-mode 14400 = SHA1(CX)
- Added new hash-mode 99999 = Plaintext
##

View File

@@ -69,6 +69,7 @@ NVidia users require "NVIDIA Driver" (367.x or later)
- sha1($salt.unicode($pass))
- sha1(md5($pass))
- sha1($salt.$pass.$salt)
- sha1(CX)
- sha256($pass.$salt)
- sha256($salt.$pass)
- sha256(unicode($pass).$salt)