Added hash-mode: sha1(md5(pass).salt)

This commit is contained in:
Gabriele Gristina
2019-07-26 01:49:35 +02:00
parent d1f473d6ba
commit bbee1890cd
9 changed files with 1115 additions and 1 deletions
+1
View File
@@ -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
+1
View File
@@ -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
+1
View File
@@ -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)