Added new hash-mode 14400 = SHA1(CX)
Details: https://github.com/hashcat/hashcat/issues/554
This commit is contained in:
@@ -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
|
||||
|
||||
##
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user