Commit Graph

19 Commits (master)

Author SHA1 Message Date
Gabriele Gristina 2adf735e51 Fixed bug in input_tokenizer when TOKEN_ATTR_FIXED_LENGTH is used and refactor modules
1 year ago
Jens Steube c8e92f1316 Limit maximum number of threads for scrypt based hash-modes to 32, no matter the hardware.
2 years ago
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
2 years ago
Dávid Bolvanský 38f6bbcbdc Remove unstable warnings for AMD GPU
2 years ago
jsteube c8350eb555 Added tunings/ folder in order to replace hashcat.hctune. Configuration files with *.hctune suffix are automatically load on startup
2 years ago
philsmd d9749e8799
change interface, add module_benchmark_charset ()
2 years ago
Jens Steube a354faa0ea Fix compiler warning in -m 27700
2 years ago
Trevor Bergeron d2705d1285
-m 27700: fix use of varied iteration counts
2 years ago
Jens Steube 39b768a620 Example entry for tuning table for SCRYPT for obscure device names used in older nvidia devices
2 years ago
Jens Steube beb34c6f51 Backport SCRYPT optimization for 6900XT to 22700, 27700, 28200
2 years ago
rarecoil 49949c4e33 Roll forward scrypt tuning from #3265 to other scrypt-based hash types
2 years ago
Jens Steube fe6ae53f25 Little tuning on AMD Vega 64 for SCRYPT, from 598H/s to 630H/s
2 years ago
Jens Steube 6fce6fb3ff Update all existing modules to use the stock module marker
2 years ago
Gabriele Gristina 490702fcfa Backends: added Metal host-code
2 years ago
Jens Steube 5015bc0d2e Module Parser: Renamed struct token_t to hc_token_t to avoid naming conflict with token_t on MacOS
2 years ago
Jens Steube 5b4ac09e91 User Options: Add new module function module_hash_decode_postprocess() to override hash specific configurations from command line
3 years ago
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
3 years ago
Jens Steube a1ec246c8d Fix format string template in -m 27700
3 years ago
philsmd 8db02091a1 fixes #2674: added -m 27700 = MultiBit Classic .wallet (scrypt)
3 years ago