ea5ddee6e2
Add autotune event to inform the user about autotune is starting/stopping on startup Fix uninitialized value in terminal.c
Jens Steube
2021-08-05 17:18:10 +02:00
0738820a89
Merge branch 'hashcat:master' into master
therealartifex
2021-08-05 09:29:41 -04:00
70f1e16a0d
Improved error message in case a module is using outdated function structure Fixed module of hash-mode 27300 missing entry for module_extra_tuningdb_block()
Jens Steube
2021-08-05 14:32:11 +02:00
cb69e2d413
Added some HIP version checks, fall back to OpenCL automatically Switched HIP version check from driverVersion to runtimeVersion Fixed syntax check of HAS_VPERM macro in several kernel includes causing invalid error message for AMD GPUs on Windows Updated AMD driver requirements Updated docs/changes.txt with missing changes from previous commits Fixed invalid vector data type in Murmur Hash in -a 3 mode Fixed uninitialized variable warning in src/hashes.c Fixed broken support for --generate-rules-func-min
Jens Steube
2021-08-04 20:49:22 +02:00
2814f7f910
Made all module_constraints [32,32].
Michael Kruger
2021-08-02 14:09:19 +02:00
30fe29b8a8
Allways pack in the tests.
Michael Kruger
2021-08-02 12:06:38 +02:00
b2d1f42905
Fix self-test functionality if FIXED_LOCAL_SIZE_COMP is used Fix -m 25700 datatype in -a 3 mode and maximum password length in pure kernel mode Fix -m 12500, 23700 and 23800 if password is exactly length 128
Jens Steube
2021-08-02 12:00:17 +02:00
483a62cb7c
Add test module, update name of hash mode 27100
therealartifex
2021-08-01 21:31:06 -04:00
dc662c354e
Update hash-mode number
therealartifex
2021-08-01 21:09:56 -04:00
20a7b9f992
Tuning-Database: Add new module function module_extra_tuningdb_block() to extend hashcat.hctune content from a plugin See src/modules/module_08900.c as an example
Jens Steube
2021-08-01 16:25:37 +02:00
6bcbc218d6
Fixed out-of-boundary read in input_tokenizer() if the signatures in the hash line is longer than the constant signature in the plugin
Jens Steube
2021-08-01 10:21:21 +02:00
f4e52ca533
Add new rule function '3' to switch the case of the first letter after occurrence N of char X
Jens Steube
2021-08-01 00:04:10 +02:00
d4997d1255
Added support for auto-tuning --kernel-threads (-T) on startup
Jens Steube
2021-07-31 16:49:39 +02:00
d38d40c8ba
Unlock all GPU threads for AMD GPUs if WaveFront size is 32 (basically new models) Add new hash-modes to tools/benchmark_deep.pl Fix MINGW issue on 64 bit constant in refactored kernel-accel limiting section
Jens Steube
2021-07-29 10:49:44 +02:00
9ed231c99c
Add comment to blocking OpenCL calls
Jukka Ojanen
2021-07-29 00:07:10 +03:00
e889cf98a9
Few cleanups in autotune
Jukka Ojanen
2021-07-28 23:50:58 +03:00
a4299b74af
Memory Management: Refactored the code responsible for limiting kernel accel in order to avoid out of -host- memory situations
Jens Steube
2021-07-28 20:50:05 +02:00
d7cc8d7cd2
Revert due to module_03200.c, module_25600.c and module_25800.c using device_param->kernel_dynamic_local_mem_size_memset
Jukka Ojanen
2021-07-28 19:49:02 +03:00
8b590f651b
Remove unused gpu_memset and its references
Jukka Ojanen
2021-07-28 19:26:30 +03:00
25f1c12e3c
SCRYPT Kernels: Add more optimized values for some new NV/AMD GPUs and new semi-automated derivation process description Blowfish Kernels: Backport optimizations reducing bank conflicts from bcrypt to Password Safe v2 and Open Document Format (ODF) 1.1
Jens Steube
2021-07-28 07:51:27 +02:00
00c9c2ed1b
Added GPG module and kernel.
pelle
2021-07-27 20:46:33 +02:00
5dbe4958b8
Remove digests_shown_tmp buffer, used in check_cracked() to zero out hashes
Jukka Ojanen
2021-07-27 19:01:13 +03:00
cdf27a1cb3
Implement async run_cuda_kernel_memset() and run_cuda_kernel_memset32()
Jukka Ojanen
2021-07-27 18:56:59 +03:00
e8be7028cd
Handle errors inside check_cracked()
Jukka Ojanen
2021-07-27 16:28:07 +03:00
be33ccaa6c
check_hash() needs to return value to indicate possible error
Jukka Ojanen
2021-07-27 14:36:48 +03:00
532a154542
ADL: Updated support for AMD Display Library to 15.0, updated datatypes and added support for OverDrive 7 and 8 based GPUs
Jens Steube
2021-07-27 12:02:27 +02:00
ae44a3022b
Use fast event to synchronize selftest()
Jukka Ojanen
2021-07-27 13:00:39 +03:00
d7de3550b1
Add fast event for CUDA and HIP, and use it to synchronize check_hash()
Jukka Ojanen
2021-07-27 12:57:26 +03:00
c9d79374a5
Add missing u64 vector datatypes mapping for OpenCL Improve u64 usage in OpenCL/inc_zip_inflate.cl
Jens Steube
2021-07-27 09:54:15 +02:00
fd2cb59d26
AMD GPUs: On Apple OpenCL platform, we ask for the preferred kernel thread size rather than hard-coding 32 ECC secp256k1: Removed the inline assembly code for AMD GPUs because the latest JIT compilers optimize it with the same efficiency
Jens Steube
2021-07-27 09:37:31 +02:00