Cpu + gpu for wpa/wpa2 how to set ?
#21
How to pause clHashcat-plus when i use maskprocessor ?


mp32.exe ?l?l?l?l?l?l?l?l | oclhashcat-plus32.exe -m 2500 bla.hccap
#22
you can not pause in stdin mode since all input comes from STDIN, not from keyboard. so there is no input device that oclHashcat-plus could accept and input from user left.

what you can do is to calculate the current position of maskprocessor. its a bit of work, but then you can use the -s switch on maskprocessor to resume from that position.