1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 12:29:35 +00:00
Commit Graph

19 Commits

Author SHA1 Message Date
Gabriele Gristina
2adf735e51 Fixed bug in input_tokenizer when TOKEN_ATTR_FIXED_LENGTH is used and refactor modules 2023-04-11 19:34:01 +02:00
Jens Steube
c8e92f1316 Limit maximum number of threads for scrypt based hash-modes to 32, no matter the hardware.
Fixes #3507
2022-11-28 17:45:58 +01:00
Jens Steube
8a82c75a99 macOS 13.0 fixed many issues in the OpenCL API. The module_unstable_warning() functions in many hash modes can then be removed 2022-11-20 12:21:41 +01:00
Dávid Bolvanský
38f6bbcbdc Remove unstable warnings for AMD GPU 2022-08-18 22:22:01 +02:00
jsteube
c8350eb555 Added tunings/ folder in order to replace hashcat.hctune. Configuration files with *.hctune suffix are automatically load on startup 2022-08-08 11:09:04 +00:00
philsmd
d9749e8799
change interface, add module_benchmark_charset () 2022-07-15 17:17:57 +02:00
Jens Steube
a354faa0ea Fix compiler warning in -m 27700 2022-06-18 19:02:22 +02:00
Trevor Bergeron
d2705d1285
-m 27700: fix use of varied iteration counts 2022-06-07 14:46:31 -04:00
Jens Steube
39b768a620 Example entry for tuning table for SCRYPT for obscure device names used in older nvidia devices 2022-05-03 13:21:15 +02:00
Jens Steube
beb34c6f51 Backport SCRYPT optimization for 6900XT to 22700, 27700, 28200 2022-04-30 22:29:54 +02:00
rarecoil
49949c4e33 Roll forward scrypt tuning from #3265 to other scrypt-based hash types 2022-04-26 23:43:07 -07:00
Jens Steube
fe6ae53f25 Little tuning on AMD Vega 64 for SCRYPT, from 598H/s to 630H/s 2022-04-26 10:02:59 +02:00
Jens Steube
6fce6fb3ff Update all existing modules to use the stock module marker 2022-04-08 14:11:50 +02:00
Gabriele Gristina
490702fcfa Backends: added Metal host-code 2022-02-05 22:48:16 +01:00
Jens Steube
5015bc0d2e Module Parser: Renamed struct token_t to hc_token_t to avoid naming conflict with token_t on MacOS 2021-12-20 13:19:40 +01:00
Jens Steube
5b4ac09e91 User Options: Add new module function module_hash_decode_postprocess() to override hash specific configurations from command line 2021-11-28 13:58:27 +01:00
Jens Steube
b768f96228 Device Threads: The default maximum device thread number has been reduced from 1024 to 256, users can still overwrite with the -T option 2021-11-03 09:08:17 +01:00
Jens Steube
a1ec246c8d Fix format string template in -m 27700 2021-09-10 20:34:42 +02:00
philsmd
8db02091a1 fixes #2674: added -m 27700 = MultiBit Classic .wallet (scrypt) 2021-09-06 19:54:22 +02:00