hashcat multiprocessor
#1
I wonder if Hashcat can work in a multiprocessor environment and can you tell me what I need to do to run it in MP environment?
Reply
#2
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"
Reply
#3
(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 ^.^
Reply