11-24-2020, 09:43 PM
Hello,
I am using hashcat on Win10 (I tried in on my linux machine but I have no GPU there and no CPU device if found either). (The Win machine, being an older laptop I know it's not the optimal machine for hashcat but I just need to iterate over a few thousand passwords)
Unfortunately hashcat hangs "forever" at
"Forever" means 10-15 minutes which feels like an eternity (I have to loop over a bunch of hash modes and --truecrypt-keyfiles so 10 min startup is somewhat problematic). I have two devices (GPU and CPU) and it does not matter which one I pick with "-D".
Is this normal or is something wrong here?
These are my devices:
Thanks!
I am using hashcat on Win10 (I tried in on my linux machine but I have no GPU there and no CPU device if found either). (The Win machine, being an older laptop I know it's not the optimal machine for hashcat but I just need to iterate over a few thousand passwords)
Unfortunately hashcat hangs "forever" at
Code:
Hashcat hangs at Initializing backend runtime for device #X...
"Forever" means 10-15 minutes which feels like an eternity (I have to loop over a bunch of hash modes and --truecrypt-keyfiles so 10 min startup is somewhat problematic). I have two devices (GPU and CPU) and it does not matter which one I pick with "-D".
Is this normal or is something wrong here?
These are my devices:
Code:
hashcat -I
hashcat (v6.1.1) starting...
OpenCL Info:
============
OpenCL Platform ID #1
Vendor..: Intel(R) Corporation
Name....: Intel(R) OpenCL
Version.: OpenCL 1.2
Backend Device ID #1
Type...........: CPU
Vendor.ID......: 8
Vendor.........: Intel(R) Corporation
Name...........: Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz
Version........: OpenCL 1.2 (Build 76427)
Processor(s)...: 4
Clock..........: 2600
Memory.Total...: 16075 MB (limited to 4018 MB allocatable in one block)
Memory.Free....: 16011 MB
OpenCL.Version.: OpenCL C 1.2
Driver.Version.: 3.0.1.10891
Backend Device ID #2
Type...........: GPU
Vendor.ID......: 8
Vendor.........: Intel(R) Corporation
Name...........: Intel(R) HD Graphics 4000
Version........: OpenCL 1.2
Processor(s)...: 16
Clock..........: 1200
Memory.Total...: 1400 MB (limited to 350 MB allocatable in one block)
Memory.Free....: 1336 MB
OpenCL.Version.: OpenCL C 1.2
Driver.Version.: 10.18.10.4358
Thanks!