why Hashcat v6.2.5 is slower than v5.1.0
#11
Hooray Smile

I found this link
*ttp://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/13794/opencl_runtime_18.1_x64_setup.msi

Now it takes only 11 seconds instead of 16 minutes.
Thank you.

Code:
C:\hashcat-6.2.5-207>hashcat.exe  -I

hashcat (v6.2.5-207-gac1997027) starting in backend information mode

System Info:
============

OS.Name......: Windows
OS.Release...: N/A
HW.Platform..: N/A
HW.Model.....: N/A

OpenCL Info:
============

OpenCL Platform ID #1
  Vendor..: Intel(R) Corporation
  Name....: Intel(R) CPU Runtime for OpenCL(TM) Applications
  Version.: OpenCL 2.1 WINDOWS

  Backend Device ID #1
    Type...........: CPU
    Vendor.ID......: 8
    Vendor.........: Intel(R) Corporation
    Name...........: Intel(R) Celeron(R) CPU 1005M @ 1.90GHz
    Version........: OpenCL 2.1 (Build 0)
    Processor(s)...: 2
    Clock..........: 1900
    Memory.Total...: 16270 MB (limited to 2033 MB allocatable in one block)
    Memory.Free....: 8103 MB
    Local.Memory...: 32 KB
    OpenCL.Version.: OpenCL C 2.0
    Driver.Version.: 18.1.0.0920


Code:
C:\hashcat-6.2.5-207>hashcat.exe  -D 1  -a 3  -m 22000  "WPA*01*ca5396d611cf330aebefd48ebbfb0e63*020000000001*020000000020*61703031***"  "12345678"

hashcat (v6.2.5-207-gac1997027) starting

OpenCL API (OpenCL 2.1 WINDOWS) - Platform #1 [Intel(R) Corporation]
====================================================================
* Device #1: Intel(R) Celeron(R) CPU 1005M @ 1.90GHz, 8103/16270 MB (2033 MB allocatable), 2MCU

Minimum password length supported by kernel: 8
Maximum password length supported by kernel: 63

Hashes: 1 digests; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates

Optimizers applied:
* Zero-Byte
* Single-Hash
* Single-Salt
* Brute-Force
* Slow-Hash-SIMD-LOOP

Watchdog: Hardware monitoring interface not found on your system.
Watchdog: Temperature abort trigger disabled.

Host memory required for this attack: 0 MB

The wordlist or mask that you are using is too small.
This means that hashcat cannot use the full parallel power of your device(s).
Unless you supply more work, your cracking speed will drop.
For tips on supplying more work, see: https://hashcat.net/faq/morework

Approaching final keyspace - workload adjusted.

ca5396d611cf330aebefd48ebbfb0e63:020000000001:020000000020:ap01:12345678

Session..........: hashcat
Status...........: Cracked
Hash.Mode........: 22000 (WPA-PBKDF2-PMKID+EAPOL)
Hash.Target......: ca5396d611cf330aebefd48ebbfb0e63:020000000001:02000...0:ap01
Time.Started.....: Mon Feb 28 17:42:18 2022 (0 secs)
Time.Estimated...: Mon Feb 28 17:42:18 2022 (0 secs)
Kernel.Feature...: Pure Kernel
Guess.Mask.......: 12345678 [8]
Guess.Queue......: 1/1 (100.00%)
Speed.#1.........:      171 H/s (1.34ms) @ Accel:32 Loops:1024 Thr:1 Vec:4
Recovered........: 1/1 (100.00%) Digests
Progress.........: 1/1 (100.00%)
Rejected.........: 0/1 (0.00%)
Restore.Point....: 0/1 (0.00%)
Restore.Sub.#1...: Salt:0 Amplifier:0-1 Iteration:0-1
Candidate.Engine.: Device Generator
Candidates.#1....: 12345678 -> 12345678

Started: Mon Feb 28 17:42:10 2022
Stopped: Mon Feb 28 17:42:21 2022

I think thread name should be changed to
[Solved] why Hashcat v6.2.5 is slower than v5.1.0
Reply
#12
I managed to run Hashcat v6.2.5 on Linux.
For simplicity, I run Ubuntu directly from a USB stick without installing it on a hard disk.
I chose Ubuntu because it is recommended by Hashcat team.
https://hashcat.net/forum/thread-6620-po...l#pid35318
https://hashcat.net/forum/thread-6661-po...l#pid40381
https://hashcat.net/forum/thread-7639-po...l#pid41025

Download an Ubuntu image (why version 16.04 ? Because prerequisite, see below)
https://releases.ubuntu.com/16.04.7/ubun...-amd64.iso

Create a bootable USB flash drive
https://ubuntu.com/tutorials/create-a-us...on-windows

Boot from USB flash drive and choose
Try Ubuntu without installing

Code:
ubuntu@ubuntu:~$ uname -r
4.15.0-112-generic

ubuntu@ubuntu:~$ uname -a
Linux ubuntu 4.15.0-112-generic #113~16.04.1-Ubuntu SMP Fri Jul 10 04:37:08 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

Then you need to download Intel CPU Runtime for OpenCL Applications 18.1 for Linux OS (64bit only).

See here
https://www.intel.com/content/www/us/en/...ivers.html

Or use direct links
*ttp://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/15532/l_opencl_p_18.1.0.015.tgz
or
*ttps://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/15532/l_opencl_p_18.1.0.015.tgz

Supported operating systems for this release are:
- CentOS 7 (Intel(R) 64)
- Red Hat Enterprise Linux 7 (Intel(R) 64)
- SUSE Linux Enterprise Server 12 (Intel(R) 64)
- Ubuntu 16.04 (Intel(R) 64)

Then
sudo add-apt-repository universe
sudo apt update
sudo apt install lsb-core  (prerequisite for install.sh)
sudo apt install p7zip  (needed for unpacking 7z-archives)

Unpack tgz-file
tar -xzf l_opencl_p_18.1.0.015.tgz

Run ./install.sh

Download https://hashcat.net/files/hashcat-6.2.5.7z

Unpack 7z-file
p7zip -d hashcat-6.2.5.7z

I got a working hashcat v6.2.5


Code:
ubuntu@ubuntu:~/hashcat-6.2.5$ ./hashcat.bin -I

hashcat (v6.2.5) starting in backend information mode

OpenCL Info:
============

OpenCL Platform ID #1
  Vendor..: Intel(R) Corporation
  Name....: Intel(R) CPU Runtime for OpenCL(TM) Applications
  Version.: OpenCL 2.1 LINUX

  Backend Device ID #1
    Type...........: CPU
    Vendor.ID......: 8
    Vendor.........: Intel(R) Corporation
    Name...........: Intel(R) Celeron(R) CPU 1005M @ 1.90GHz
    Version........: OpenCL 2.1 (Build 0)
    Processor(s)...: 2
    Clock..........: 1900
    Memory.Total...: 15926 MB (limited to 1990 MB allocatable in one block)
    Memory.Free....: 7931 MB
    OpenCL.Version.: OpenCL C 2.0
    Driver.Version.: 18.1.0.0920


ubuntu@ubuntu:~/hashcat-6.2.5$ ./hashcat.bin  -a 3  -m 22000  "WPA*01*ca5396d611cf330aebefd48ebbfb0e63*020000000001*020000000020*61703031***"  "12345678"

hashcat (v6.2.5) starting

OpenCL API (OpenCL 2.1 LINUX) - Platform #1 [Intel(R) Corporation]
==================================================================
* Device #1: Intel(R) Celeron(R) CPU 1005M @ 1.90GHz, 7931/15926 MB (1990 MB allocatable), 2MCU

Minimum password length supported by kernel: 8
Maximum password length supported by kernel: 63

Hashes: 1 digests; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates

Optimizers applied:
* Zero-Byte
* Single-Hash
* Single-Salt
* Brute-Force
* Slow-Hash-SIMD-LOOP

Watchdog: Temperature abort trigger set to 90c

Host memory required for this attack: 0 MB

The wordlist or mask that you are using is too small.
This means that hashcat cannot use the full parallel power of your device(s).
Unless you supply more work, your cracking speed will drop.
For tips on supplying more work, see: https://hashcat.net/faq/morework

Approaching final keyspace - workload adjusted.         

ca5396d611cf330aebefd48ebbfb0e63:020000000001:020000000020:ap01:12345678
                                                         
Session..........: hashcat
Status...........: Cracked
Hash.Mode........: 22000 (WPA-PBKDF2-PMKID+EAPOL)
Hash.Target......: ca5396d611cf330aebefd48ebbfb0e63:020000000001:02000...0:ap01
Time.Started.....: Sun Mar 20 15:24:47 2022 (0 secs)
Time.Estimated...: Sun Mar 20 15:24:47 2022 (0 secs)
Kernel.Feature...: Pure Kernel
Guess.Mask.......: 12345678 [8]
Guess.Queue......: 1/1 (100.00%)
Speed.#1.........:      161 H/s (0.34ms) @ Accel:128 Loops:256 Thr:1 Vec:4
Recovered........: 1/1 (100.00%) Digests
Progress.........: 1/1 (100.00%)
Rejected.........: 0/1 (0.00%)
Restore.Point....: 0/1 (0.00%)
Restore.Sub.#1...: Salt:0 Amplifier:0-1 Iteration:0-1
Candidate.Engine.: Device Generator
Candidates.#1....: 12345678 -> 12345678
Hardware.Mon.#1..: Temp: 51c Util: 55%

Started: Sun Mar 20 15:24:40 2022
Stopped: Sun Mar 20 15:24:49 2022

Some info was helpful for me here
https://www.alexanderjsingleton.com/info...ntu-18-04/
Reply
#13
(02-28-2022, 11:37 AM)Snoopy Wrote: yeah the GPU driver has opencl support but as i siad earlier, the intel opencl runtime for GPU (your used driver) is BROKEN !!! deinstall (a really clean deinstall) it and use the CPU only runtime 18.1 taken directly from the intel website


Intel® CPU Runtime for OpenCL™ Applications 18.1 for Windows* OS (64bit or 32bit)


anything else will not work







sorry but I cannot find the download link for OpenCl 18.1 for win OS. Any chance you can point me to it?


Also BTW would you be able to tell me if this hardware config can even run Hashcat:



Hewlett-Packard HP xw6600 Workstation
  • BIOS Version Default System BIOS Date 4/28/2009
  • MOTHERBOARD Manufacturer Hewlett-Packard Model 0A9Ch Version NA
  • OPERATING SYSTEM Edition Microsoft Windows 10 Home (64-bit) Version (Build) 21H2 (10.0.19044)
  • MEMORY 32 GB

PROCESSOR Intel® Xeon® CPU E5410 @ 2.33GHz
  • Device Details:
  • Manufacturer GenuineIntel
  • Description Intel64 Family 6 Model 23 Stepping 6
  • Architecture x64
  • # of Cores 4
  • # of Threads 4
  • Processor Base Frequency 2333 MHz
  • Current Voltage 1.8
  • Level 2 Cache 12288 Kb
  • Level 3 Cache 0 Kb
  • Processor Id 0x10676
  • Revision 5894
  • Availability Running at full power

GRAPHICS = 2 NVIDIA Quadro FX 570
  • Adapter Compatibility NVIDIA
  • Video Processor Quadro FX 570
  • Resolution 1600 x 1200
  • Bits Per Pixel 32
  • Number of Colors 4294967296
  • Refresh Rate - Current 75 Hz
  • Refresh Rate - Maximum 75 Hz
  • Refresh Rate - Minimum 56 Hz
  • Adapter DAC Type Integrated RAMDAC
  • Adapter RAM 0.25 GB
  • Availability Running at full power
  • Status This device is working properly.
  • Location PCI bus 96, device 0, function 0
  • Device Id PCI\VEN_10DE&DEV_040E&SUBSYS_047410DE&REV_A1\4&6912866&0&0028



If it can, please point me to a link to how to get Hashcat to load up properly.

I have installed 6.2.5 and have installed CUDA in C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6; but any attempt at running it yields:




C:\Users\xyz\AppData\Local\Programs\hashcat-6.2.5>hashcat -b -m 14600 -D 1
hashcat (v6.2.5) starting in benchmark mode
Benchmarking uses hand-optimized kernel code by default.
You can use it in your cracking session by setting the -O option.
Note: Using optimized kernel code limits the maximum supported password length.
To disable the optimized kernel code in benchmark mode, use the -w option.
cuFuncSetAttribute is missing from CUDA shared library.
clCompileProgram is missing from OpenCL shared library.
ATTENTION! No OpenCL, HIP or CUDA installation found.
You are probably missing the CUDA, HIP or OpenCL runtime installation.
* AMD GPUs on Windows require this driver:
  "AMD Radeon Adrenalin 2020 Edition" (21.2.1 or later)
* Intel CPUs require this runtime:
  "OpenCL Runtime for Intel Core and Intel Xeon Processors" (16.1.1 or later)
* NVIDIA GPUs require this runtime and/or driver (both):
  "NVIDIA Driver" (440.64 or later)
  "CUDA Toolkit" (9.0 or later)





Thank you in advance for helping a complete newbie.
Reply
#14
Install the Nvidia Drivers from official website, that would install the OpenCL runtimes. However, you're GPU does not support CUDA SDK so it would not have the appropriate drivers for using CUDA runtimes. Therefore, don't post issues regarding errors with hashcat as it would be hardware/driver related.
Reply
#15
*ttp://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/13794/opencl_runtime_18.1_x64_setup.msi

this is the direct link for cpu opencl

install this and see the output for hashcat -I

your cpu should show up with opencl 2.1
Reply
#16
(04-22-2022, 01:39 AM)slyexe Wrote: Install the Nvidia Drivers from official website, that would install the OpenCL runtimes. However, you're GPU does not support CUDA SDK so it would not have the appropriate drivers for using CUDA runtimes. Therefore, don't post issues regarding errors with hashcat as it would be hardware/driver related.

Thank you slyexe for your prompt response.  Sorry for my delay as I was distracted by other projects.
To be clear I was not posting the errors to imply a a problem with hashcat but to document my inability to install it and accompanying tools correctly - so totally on me.
As per my comment I did download the NVIDIA drivers and they are installed in C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6 which are part of the path.  My confusion stemmed from the reference to the CUDA not being present in "ATTENTION! No OpenCL, HIP or CUDA installation found." when I could see it on my computer.
So as a (new) user seeing that error is very confusing.

As you will see in my next response to Snoopy, I have followed his instructions and I'm still unsure of my installation.
Thank you for your support.
Reply
#17
(04-22-2022, 04:05 PM)Snoopy Wrote: *ttp://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/13794/opencl_runtime_18.1_x64_setup.msi

this is the direct link for cpu opencl

install this and see the output for hashcat -I

your cpu should show up with opencl 2.1
Thank you Snoopy for your prompt response.  Sorry for my delay as I was distracted by other projects.

Thank you so much for your link to OpenCL, it was brilliant.  My initial attempts at finding this sent me to all sorts of weird Intel sites that wanted me to sign up to request authorization to download, so very strange.  Yours was a godsend, easiest install I have had in a long time.

After rebooting (yes I know that should be obvious) I now have my computer showing up with 2.1 as you said:
C:\Users\xyz\AppData\Local\Programs\hashcat-6.2.5>hashcat -I
hashcat (v6.2.5) starting in backend information mode

cuFuncSetAttribute is missing from CUDA shared library.
clCreateContext(): CL_DEVICE_NOT_AVAILABLE

OpenCL Info:
============
OpenCL Platform ID #1
  Vendor..: Intel(R) Corporation
  Name....: Intel(R) CPU Runtime for OpenCL(TM) Applications
  Version.: OpenCL 2.1 WINDOWS
  Backend Device ID #1
    Type...........: CPU
    Vendor.ID......: 8
  Vendor.........: Intel(R) Corporation
    Name...........: Intel(R) Xeon(R) CPU          E5410  @ 2.33GHz
    Version........: OpenCL 2.1 (Build 0)
    Processor(s)...: 4
    Clock..........: 2330
    Memory.Total...: 32767 MB (limited to 4095 MB allocatable in one block)
    Memory.Free....: 0 MB
    OpenCL.Version.: OpenCL C 2.0
    Driver.Version.: 18.1.0.0920

Then running:
C:\Users\xyz\AppData\Local\Programs\hashcat-6.2.5>hashcat -b -m 14600 -D 1
hashcat (v6.2.5) starting in benchmark mode

Benchmarking uses hand-optimized kernel code by default.
You can use it in your cracking session by setting the -O option.
Note: Using optimized kernel code limits the maximum supported password length.
To disable the optimized kernel code in benchmark mode, use the -w option.

cuFuncSetAttribute is missing from CUDA shared library.
clCreateContext(): CL_DEVICE_NOT_AVAILABLE

OpenCL API (OpenCL 2.1 WINDOWS) - Platform #1 [Intel(R) Corporation]
====================================================================
* Device #1: Intel(R) Xeon(R) CPU          E5410  @ 2.33GHz, skipped

Benchmark relevant options:
===========================
* --opencl-device-types=1
* --optimized-kernel-enable

---------------------------------------------
* Hash-Mode 14600 (LUKS) [Iterations: 163044]
---------------------------------------------

Then for reference my windows paths are:
  • C:\Program Files (x86)\Common Files\Intel\OpenCL\windows\compiler\lib\intel64_win;
  • C:\Program Files (x86)\Common Files\Intel\OpenCL\windows\compiler\lib\ia32_win;
  • C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\bin;
  • C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\libnvvp;
  • C:\WINDOWS\system32;
  • C:\WINDOWS;
  • C:\WINDOWS\System32\Wbem;
  • C:\WINDOWS\System32\WindowsPowerShell\v1.0\;
  • C:\WINDOWS\System32\OpenSSH\;
  • C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;
  • C:\Program Files\NVIDIA Corporation\Nsight Compute 2022.1.1\;
  • C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;
  • C:\Users\xyz\AppData\Local\Programs\Python\Python310\Scripts\;
  • C:\Users\xyz\AppData\Local\Programs\Python\Python310\;
  • C:\Users\xyz\AppData\Local\Microsoft\WindowsApps;

I searched for cuFuncSetAttribute on my C drive and windows found this:
Name                    Folder;                                                              Date modified; Type; Size
cuda.h                  include (C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\vl 1.6); 2021-12-17 8:06 PM; H File; 791 KB
cudaTypedefs.h          include (C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\vl 1.6); 2021-12-17 8:06 PM; H File 89 KB
cuda..occupancy.h       include (C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\vl 1.6); 2021-12-17 8:06 PM; H File 65KB
generated_cuda_meta.h   include (C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\vl 1 .6\compute-sanitizer); 2022-03-08 1OE22 PM; H File; 77 KB
sanitizer_driver_cbid.h include (C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\vll.6\compute-sanitizer); 2022-03-08 1OE22 PM; H File; 84KB
cuptLdriver_cbid.h      include (C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\vl 1 .6\extras\CUP11); 2022-03-08 7:52 PM; H File; 64 KB
generated_cuda_meta.h   include (C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\vl 1 .6\extras\CUP11); 2022-03-08 7:52 PM; H File; 77 KB

I also searched for clCreateContext on my C drive and windows found:

Name    Folder;                                                               Date modified; Type; Size
cl.h    CL (C\Program Files\NVIDIA GPU Computing Toolkit\CUDA\vll.6\include); 2021-12-17 8:06 PM; H File; 78KB
cl.hpp  CL (C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\vl 1 .6\include); 2021-12-17 8:06 PM; HPP File; 287 KB
cLext.h CL (C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\vl 1.6\include); 2021-12-17 8:06 PM; H File; 47KB

These results only add to my confusion...

My questions now are:
  1. what do I do about the missing cuFuncSetAttribute complaint?  Do I just disregard this message and start using hashcat?
  2. what does CL_DEVICE_NOT_AVAILABLE mean?
  3. am I missing any "path" for these missing/unavailable items?
  4. any other recommendations on being able to move forward and start using hashcat?
Thank you for your ongoing help.
Reply
#18
1. Is in regards to CUDA which you cannot use, so any error relating to it would be irrelevant to your hardware.
2. You're requesting for a GPU (-D 1) in which your system does not have installed based on your details posted above from hashcat -I
3. No
4. Either use -D 2 or -d 1 to declare what device to use. See wiki for details regarding -D and -d
Reply
#19
(04-25-2022, 12:10 AM)slyexe Wrote: 1. Is in regards to CUDA which you cannot use, so any error relating to it would be irrelevant to your hardware.
2. You're requesting for a GPU (-D 1) in which your system does not have installed based on your details posted above from hashcat -I
3. No
4. Either use -D 2 or -d 1 to declare what device to use.  See wiki for details regarding -D and -d

Thank you slyexe
#1 Okay, easy enough to disregard the cuFuncSetAttribute message.
#3 Thank you - great to hear.
#2 I'm confused does the command hashcat -I have an implied -D?  Reason I'm asking is that command also gave the CL_DEVICE_NOT_AVAILABLE error.
#4 sorry I've scoured the wiki and I cannot find any info on -D or -d.  Do you have a link I can use to learn about declaring devices?
BTW I searched the forum for declare device and got nothing that was helpful.  Then I searched for -D but that's way too general and I got 468 pages of hits.
Thank you
Reply
#20
(04-26-2022, 07:56 PM)GWN Wrote:
(04-25-2022, 12:10 AM)slyexe Wrote: 1. Is in regards to CUDA which you cannot use, so any error relating to it would be irrelevant to your hardware.
2. You're requesting for a GPU (-D 1) in which your system does not have installed based on your details posted above from hashcat -I
3. No
4. Either use -D 2 or -d 1 to declare what device to use.  See wiki for details regarding -D and -d
Thank you slyexe
#1 Okay, easy enough to disregard the cuFuncSetAttribute message.
#3 Thank you - great to hear.
#2 I'm confused does the command hashcat -I have an implied -D?  Reason I'm asking is that command also gave the CL_DEVICE_NOT_AVAILABLE error.
#4 sorry I've scoured the wiki and I cannot find any info on -D or -d.  Do you have a link I can use to learn about declaring devices?

BTW I searched the forum for declare device and got nothing that was helpful.  Then I searched for -D but that's way too general and I got 468 pages of hits.
Thank you

Hi in my travels through the wiki/forum I found this page https://hashcat.net/wiki/doku.php?id=hashcat that helps with #4.
-d is --backend-devices which means Backend devices to use
and
-D is --opencl-device-types which in turn means OpenCL device-types to use
Then lower down it states the OpenCL Device Types.  It says that Device Type = 1 is CPU
So why would declaring -D 1 cause a GPU not found error?

Also I have been trying out different options and every time it says that my CPU is "skipped" as per:
           C:\Users\xyz\AppData\Local\Programs\hashcat>hashcat -b -m 16500 -D 1 -d 1 -w 4
           hashcat (v6.2.5) starting in benchmark mode
           cuFuncSetAttribute is missing from CUDA shared library.
           clCreateContext(): CL_DEVICE_NOT_AVAILABLE
  
           OpenCL API (OpenCL 2.1 WINDOWS) - Platform #1 [Intel(R) Corporation]

           ====================================================================
           * Device #1: Intel(R) Xeon(R) CPU          E5410  @ 2.33GHz, skipped

           Benchmark relevant options:
           ===========================
           * --backend-devices=1
           * --opencl-device-types=1
           * --workload-profile=4

           ----------------------------------------
          * Hash-Mode 16500 (JWT (JSON Web Token))
          ----------------------------------------

          Started: Wed Apr 27 09:53:05 2022
          Stopped: Wed Apr 27 09:53:08 2022

Why does it "skip" my device even though I've used -D and -d both set to 1?
What am I missing?
Thank you
Reply