Merge pull request #2075 from matrix/zlib_support_2

Add zlib support for loading hashlist/wordlist (v2)
This commit is contained in:
Jens Steube
2019-07-10 10:56:06 +02:00
committed by GitHub
79 changed files with 1104 additions and 750 deletions
+7
View File
@@ -18,13 +18,20 @@ Philipp "philsmd" Schmidt <philsmd@hashcat.net> (@philsmd)
Gabriele "matrix" Gristina <matrix@hashcat.net> (@gm4tr1x)
* gzip wordlists feature
* SHA-224 kernel module + optimizations
* Some AES OpenCL kernel module optimizations
* OpenCL Info feature
* Apple macOS port
* Hardware monitor initial code base
* Test suite initial code base
* Makefiles initial code base
* Multithreading initial code base
* MultiGPU initial code base
* Benchmarks initial code base
* Offline OpenCL Kernel Compiler support
* SHA-512 initial code base
* Some MD5 and SHA1 OpenCL optimizations
Jean-Christophe "Fist0urs" Delaunay <jean-christophe.delaunay@synacktiv.com> (@Fist0urs)