05-09-2024, 04:19 AM
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?
hashcat multiprocessor
|
05-09-2024, 04:19 AM
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?
05-09-2024, 10:53 AM
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"
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 ^.^ |
« Next Oldest | Next Newest »
|