Posts: 8
Threads: 5
Joined: May 2024
I want to create a hashcat module
Can modules written in the CUDA language also be included in Hashcat?
Does it have to be an openCL language?
please let me know
Posts: 163
Threads: 2
Joined: Apr 2021
OpenCL can be compiled to run in CUDA so if you want it to be added officially, you'll have to have at least OpenCL although you can write CUDA-specific optimisations with "#if defined IS_CUDA" but again, the minimum is OpenCL support because users may use AMD cards too
Posts: 8
Threads: 5
Joined: May 2024
(05-13-2024, 11:36 AM)penguinkeeper Wrote: OpenCL can be compiled to run in CUDA so if you want it to be added officially, you'll have to have at least OpenCL although you can write CUDA-specific optimisations with "#if defined IS_CUDA" but again, the minimum is OpenCL support because users may use AMD cards too
oh ok i understand
I wanted to ask whether modules developed in the cuda programming language with the cu extension can be loaded into hashcat