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

This commit is contained in:
Gabriele Gristina
2019-07-27 02:03:23 +02:00
parent d1f473d6ba
commit e766cf0dc7
8 changed files with 1123 additions and 0 deletions

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

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

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)