mirror of
https://github.com/hashcat/hashcat
synced 2025-04-02 19:05:29 +02:00
Mark Intel OpenCL CPU runtime as broken for hash-mode 15300
This commit is contained in:
parent
6adc217bae
commit
b02fe8e076
@ -13,6 +13,7 @@
|
|||||||
- Support for inline VeraCrypt PIM Brute-Force
|
- Support for inline VeraCrypt PIM Brute-Force
|
||||||
- Support deflate decompression for the 7-Zip hash-mode using zlib hook
|
- Support deflate decompression for the 7-Zip hash-mode using zlib hook
|
||||||
- Added documentation on hashcat brain, slow-candidate and keyboard-layout mapping features
|
- Added documentation on hashcat brain, slow-candidate and keyboard-layout mapping features
|
||||||
|
- Keep output of --show and --left in the original ordering of the input hash file
|
||||||
|
|
||||||
##
|
##
|
||||||
## Algorithms
|
## Algorithms
|
||||||
|
@ -113,6 +113,12 @@ bool module_unstable_warning (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//l_opencl_p_18.1.0.013.tgz: self-test failed
|
||||||
|
if ((device_param->opencl_device_vendor_id == VENDOR_ID_INTEL_SDK) && (device_param->opencl_device_type & CL_DEVICE_TYPE_CPU))
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user