OpenCL BitCrack (Experimental)
OpenCL implementation of BitCrack.
The performance is far below what I was expecting. Might have to look into ROCm to get decent performance on AMD devices. But it is still early and there is room for optimization.
There are two binaries for now: clBitCrack (OpenCL) and cuBitCrack (CUDA). The commandline options are exactly the same.
The *.cl files need to be in the same directory as clBitCrack.exe, as it reads and compiles them at runtime.
As this is the first release, expect crashes and instability. Report any bugs you find.
Thanks