05-13-2024, 06:30 AM
(05-09-2024, 10:53 AM)penguinkeeper Wrote: By default, Hashcat wants to be GPU-accelerated so ideally, you'd only run it on a GPU, if present. They're often a factor or two faster than even top-end CPUs. If you really want to use CPUs, you can install the Intel OpenCL Runtime and use `-D 1` in your command. "-D" selecting the device type (CPU/GPU) and "1" meaning "Select CPUs"
Thank you very much
your answer was very helpful ^.^