Added hash-mode: sha1(md5(.))
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
- Added hash-mode: Python passlib pbkdf2-sha256
|
||||
- Added hash-mode: Python passlib pbkdf2-sha512
|
||||
- Added hash-mode: Oracle Transportation Management (SHA256)
|
||||
- Added hash-mode: sha1(md5($pass.$salt))
|
||||
|
||||
##
|
||||
## Bugs
|
||||
|
||||
@@ -18,6 +18,7 @@ Philipp "philsmd" Schmidt <philsmd@hashcat.net> (@philsmd)
|
||||
|
||||
Gabriele "matrix" Gristina <matrix@hashcat.net> (@gm4tr1x)
|
||||
|
||||
* sha1(md5($pass.$salt)) kernel module
|
||||
* gzip wordlists feature
|
||||
* SHA-224 kernel module + optimizations
|
||||
* Some AES OpenCL kernel module optimizations
|
||||
|
||||
@@ -81,6 +81,7 @@ NVIDIA GPUs require "NVIDIA Driver" (418.56 or later) and "CUDA Toolkit" (10.1 o
|
||||
- sha1(sha1($pass))
|
||||
- sha1($salt.sha1($pass))
|
||||
- sha1(md5($pass))
|
||||
- sha1(md5($pass.$salt))
|
||||
- sha1(md5(md5($pass)))
|
||||
- sha1($salt.$pass.$salt)
|
||||
- sha1(CX)
|
||||
|
||||
Reference in New Issue
Block a user