Piping python output into hashcat continuously
#2
Just a quick guess: your test script is not generating enough words to fill some internal buffer of hashcat used to batch together chunks of input words. Transferring every single word individually to your opencl device would probably cause very poor performance.

Test again with a larger number of generated input words.
Reply


Messages In This Thread
RE: Piping python output into hashcat continuously - by undeath - 12-16-2020, 01:26 PM