cuda module hashcat
#1
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
Reply
#2
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
Reply
#3
(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
Reply