fixes #2012: add Deflate support for 7-Zip using zlib

This commit is contained in:
philsmd
2019-05-07 15:31:11 +02:00
parent 0c8768c520
commit f45a726376
4 changed files with 80 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@
- Fully modularized hash-mode integration via plugin interface and converted all existing hash-modes
- Support for inline VeraCrypt PIM Brute-Force
- Support Deflate decompression for the 7-Zip hash type using zlib
##
## Algorithms
+7
View File
@@ -39,6 +39,13 @@ Other contributors to hashcat
* A full list and their commits can be found here:
https://github.com/hashcat/hashcat/graphs/contributors
# hashcat relies on some libraries, including:
* xxHash by Yann Collet (@Cyan4973)
* LZMA-SDK by Igor Pavlov
* zlib by Jean-loup Gailly and Mark Adler
* win-iconv by Yukihiro Nakadaira
# Furthermore the following persons helped the project:
Martin "purehate" Bos <purehate@derbycon.com> (@cantcomputer)