Prince attack mode unsupported
#2
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:

Code:
$ ./pp64.bin ... | ./hashcat ...

That is, using -a 0 (which is default) without setting a wordlist, to enter the stdin mode.


Messages In This Thread
Prince attack mode unsupported - by freeroute - 11-27-2016, 08:57 AM
RE: Prince attack mode unsupported - by atom - 11-27-2016, 02:33 PM