11-27-2016, 02:33 PM
It's not compatible to the base/mod concept required for GPGPU, therefore there's no good reason to implement it.
The way to use it is to use the princeprocessor from here: https://github.com/hashcat/princeprocessor and pipe the output to hashcat, like this:
That is, using -a 0 (which is default) without setting a wordlist, to enter the stdin mode.
The way to use it is to use the princeprocessor from here: https://github.com/hashcat/princeprocessor and pipe the output to hashcat, like this:
Code:
$ ./pp64.bin ... | ./hashcat ...
That is, using -a 0 (which is default) without setting a wordlist, to enter the stdin mode.