Weird estimated time
#2
The time estimate is accurate. WPA is a slow hash, and you've requested a brute-force attack.

Most of the time, a full brute-force attack like the one you've crafted is a last-resort activity, after you've gone through wordlists, combinator, hybrid, mask, and other attacks. This works on the assumption that most passwords are not randomly generated, but rather contain human-selected elements that can dramatically reduce the attack space.

But if you truly know that this specific plaintext is exactly 7 characters long and was randomly generated - the only time that this attack would be what you'd start with - then there's no "faster" approach than the one you're taking.
~


Messages In This Thread
Weird estimated time - by starkkh - 06-05-2018, 04:36 AM
RE: Weird estimated time - by royce - 06-05-2018, 05:27 AM
RE: Weird estimated time - by Mem5 - 06-05-2018, 09:17 AM
RE: Weird estimated time - by walterlacka - 06-05-2018, 02:48 PM
RE: Weird estimated time - by plaverty9 - 06-05-2018, 04:01 PM
RE: Weird estimated time - by starkkh - 06-06-2018, 02:28 AM