1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 12:29:35 +00:00
hashcat/include
jsteube 71a8459d85 Two new modes added:
* Added new hash-mode 14000 = DES (PT = $salt, key = $pass)
* Added new hash-mode 14100 = 3DES (PT = $salt, key = $pass)
This patch initial was created out of this PR: https://github.com/hashcat/hashcat/pull/452 which is now no longer required
I've replace the -a 3 kernel with a bitsliced version which is around 10 times faster
I've also added test.sh and test.pl patches, but some of the test scripts need to be fixed
2016-08-30 17:44:14 +02:00
..
common.h Replace LINUX macro with compiler predefined macro __linux__ 2016-07-08 23:23:16 +02:00
cpu-aes.c Prepare fix for datatypes, not final 2016-01-15 17:16:43 +01:00
cpu-aes.h Prepare fix for datatypes, not final 2016-01-15 17:16:43 +01:00
cpu-crc32.h Initial commit 2015-12-04 15:47:52 +01:00
cpu-des.c Prepare fix for datatypes, not final 2016-01-15 17:16:43 +01:00
cpu-md5.c Initial commit 2015-12-04 15:47:52 +01:00
cpu-md5.h Generate a more easy to read filename for cached kernels 2016-01-04 20:56:15 +01:00
cpu-sha1.c First working version of -m 13500 2016-04-26 22:45:23 +02:00
cpu-sha256.c Initial commit 2015-12-04 15:47:52 +01:00
ext_ADL.h Set fanspeed to automatic on shutdown 2016-06-26 20:18:46 +02:00
ext_nvapi.h Fix reset to automatic for NvAPI 2016-06-26 20:41:11 +02:00
ext_nvml.h Fix calling conventions for external libraries (mingw doesn't handle it alone); Fix first print of PROMPT after autotune; 2016-06-04 00:54:28 +02:00
ext_OpenCL.h Get rid of exit() calls in OpenCL wrapper library with the goal to have a better control which error can be ignored under special circumstances 2016-07-10 13:23:06 +02:00
ext_xnvctrl.h Added support for XNVCTRL on Linux to add support for --gpu-temp-retain for NVidia GPU 2016-06-18 10:59:58 +02:00
rp_cpu.h Initial commit 2015-12-04 15:47:52 +01:00
rp_kernel_on_cpu.h Move files from include/ to OpenCL/ if they are used within kernels 2016-05-25 23:04:26 +02:00
shared.h Two new modes added: 2016-08-30 17:44:14 +02:00
types.h Add Custom.Chars to output window in the case of a user specifying -1, -2, -3, -4. 2016-07-30 20:14:46 -05:00