Hi, as speed is not the main factor here I'd like to do a brute force attack against a WPA handshake that may take a relatively long time. Initially I was looking into using crunch to create wordlists of a manageable size then feeding each wordlist into pyrit (or aircrack etc.) but creating the wordlists then using pyrit is effectively doubling the workload. (OK not quite but you see where I'm going here)

Is it possible to pipe the output from crunch to pyrit AND pause the progress or turn off the computer then pick up where I left off?

I know it's possible to pipe crunch to pyrit, I want to be able to stop and start the same attack as I please from the point I left off.

Thanks in advance...