ef83575c8fIncreases the maximum value for s2k-count. The maximum s2k-count value is 65011712 according to the PGP spec. Increating this value fixes a salt iteration exception for hashes with non-default value for s2k-count. (Fix successfully tested with a hash with 62914560 s2k-count.)
Jarle Thorsen
2021-11-08 09:44:48 +01:00
d3ae131128Device Threads: The default maximum device thread number has been reduced from 1024 to 64, users can still overwrite with the -T option
Jens Steube
2021-11-04 19:29:34 +01:00
b768f96228Device Threads: The default maximum device thread number has been reduced from 1024 to 256, users can still overwrite with the -T option
Jens Steube
2021-11-03 09:08:17 +01:00
aeb4f7ef7fAdd Signature matching for mac2john format
Chick3nman
2021-11-02 04:59:44 -05:00
4213f83336Update some typos in modules which caused them to fail if used from benchmark_deep.pl
Jens Steube
2021-11-02 09:28:44 +01:00
518ddeb53aFix function declaration in -m 27800 kernel and some typos in MurMur based modules
Jens Steube
2021-11-02 08:40:03 +01:00
89cd5bd78bRemove inline static keyword in inc_vendor.h for HIP platform since it's the default setting with HIP 4.4
Jens Steube
2021-11-02 08:12:13 +01:00
db3bc8eca2Benchmark: Update benchmark_deep.pl with new hash modes added (also new hash modes which were added with v6.2.3)
Jens Steube
2021-11-02 08:10:53 +01:00
f84aca82caBackend types: The default filter for the device types is now set so that only the GPU is used, except for APPLE, where we set CPU
Jens Steube
2021-11-01 10:49:20 +01:00
b8b61894dfFix segfault in updated parser for -m 19700. To reproduce one need to trigger hashcat hash-mode autodetection: ./hashcat /etc/shadow
Jens Steube
2021-10-27 19:43:51 +02:00
7e9e00a649Some format fix for -m 19700
Jens Steube
2021-10-26 14:02:46 +02:00
576a71af5cUpdate minimum HIP version from 4.4 to upcoming 4.5
Jens Steube
2021-10-19 19:26:10 +02:00
2a8e1ab72fReplace placeholder with actual example modules
Marcus T
2021-10-18 19:52:20 -04:00
f225d07fa5Add documentation about the 04|08|16 fast kernels
Marcus T
2021-10-18 19:38:16 -04:00
50fc474f25Fix example hashcat password for -m 3000, which is actually in upper case, since LM does not support lower case characters
Jens Steube
2021-10-18 16:38:15 +02:00
707bff5c20Backport nonce_error_corrections workaround from -m 22000 to -m 22001
Jens Steube
2021-10-17 19:31:17 +02:00
8f41c346efRemove temporary workaround for wpa->message_pair in -m 22000
Jens Steube
2021-10-16 08:45:56 +02:00
6d24f18f8cTemporary workaround for #2987
Jens Steube
2021-10-15 11:33:09 +02:00
552e58f3a8Synchronize -m 25400 hash name entries of module and readme.txt
Jens Steube
2021-10-14 09:00:07 +02:00
5e61ebf988Update hash categories, keep them all singular
Jens Steube
2021-10-14 08:56:23 +02:00
756c29ec57Add missing cleanup on windows if outdated HIP version is detected
Jens Steube
2021-10-13 20:00:28 +02:00
5ef522ed8fwhitespace and code style fixes
philsmd
2021-10-08 17:38:54 +02:00
fde01b1d4bchange default pass for LM
philsmd
2021-10-08 17:00:13 +02:00
07e58631a5Backend devices: In non -S mode, limit the number of workitems so that no more than 4GB of host memory is required per backend device
Jens Steube
2021-10-04 08:36:56 +02:00
c1fd42fe72Reduce work item maximum in -S mode even further, tested with NTLM
Jens Steube
2021-09-23 12:46:00 +02:00
bd2cde31aeBack-end devices: In -S mode, limit the number of workitems so that no more than 2GB of host memory is required per backend device
Jens Steube
2021-09-22 13:03:25 +02:00
4ef1509bc7Backend Devices: Reduce maximum workitems limited derived from available host memory down from to 8GB to 4GB per backend device
Jens Steube
2021-09-21 13:01:15 +02:00
721e1ea54dFixed division by zero because backend_ctx->hardware_power_all was not re-inserted after refactoring device_param->hardware_power
Jens Steube
2021-09-08 17:37:18 +02:00
2113b3bb7dAvoid false positives in pkzip formats
magnum
2021-09-06 12:05:27 +02:00
694f0cd7c8metamask: double the CT len again
Gabriele Gristina
2021-09-06 18:17:11 +02:00
8c14fd85eaPOCL: Added a workaround for an issue in POCL that uses a quote character as part of the path itself given to a path for the -I option
Jens Steube
2021-09-05 10:55:59 +02:00
5503212b37Fix CRLF line-endings in src/modules/module_17010.c
Jens Steube
2021-09-04 18:33:16 +02:00
76facb56cfReplace sha1_update_swap() with sha1_update() Move hc_bytealign_be_S() to kernel Remove invalid use of NEW_SIMD_CODE Replace hc_bytealign_be_S() with hc_bytealign_le_S() Change zero strategy in memzero_le_S()
Jens Steube
2021-09-04 18:32:00 +02:00