Copy and reuse dictionary cache
#19
Alright, explanation:

Let's say I have 20GB dictionary file and hashcat cat needs 5 mins to cache it in the beginning of the attack.

Now if I split the file into 5 parts (20/5=4) so it's 4GB each file. This way I'm expecting hashcat to load the cache 5x faster (in 1 min all of them) because instead of using 1 core it should use 5 cores and in parallel cache all the 5 files at the same time together, but this is not happening, instead it loads the first file and does the attack, then load the second and does the attack and so on.

Thanks!
Reply


Messages In This Thread
Copy and reuse dictionary cache - by fa1rid - 07-10-2020, 01:56 AM
RE: Copy and reuse dictionary cache - by royce - 07-10-2020, 01:59 AM
RE: Copy and reuse dictionary cache - by fa1rid - 07-10-2020, 02:13 AM
RE: Copy and reuse dictionary cache - by royce - 07-10-2020, 03:18 AM
RE: Copy and reuse dictionary cache - by fa1rid - 07-10-2020, 08:06 AM
RE: Copy and reuse dictionary cache - by fa1rid - 07-10-2020, 08:10 AM
RE: Copy and reuse dictionary cache - by royce - 07-10-2020, 05:50 PM
RE: Copy and reuse dictionary cache - by fa1rid - 08-01-2020, 08:36 PM
RE: Copy and reuse dictionary cache - by royce - 08-01-2020, 08:44 PM
RE: Copy and reuse dictionary cache - by fa1rid - 08-01-2020, 09:49 PM
RE: Copy and reuse dictionary cache - by fa1rid - 08-01-2020, 09:50 PM
RE: Copy and reuse dictionary cache - by royce - 08-01-2020, 09:53 PM
RE: Copy and reuse dictionary cache - by fa1rid - 08-01-2020, 11:37 PM
RE: Copy and reuse dictionary cache - by fa1rid - 08-06-2020, 05:30 AM
RE: Copy and reuse dictionary cache - by royce - 08-06-2020, 05:49 AM
RE: Copy and reuse dictionary cache - by fa1rid - 08-06-2020, 06:00 AM
RE: Copy and reuse dictionary cache - by fa1rid - 08-11-2020, 01:38 PM
RE: Copy and reuse dictionary cache - by royce - 08-11-2020, 05:59 PM
RE: Copy and reuse dictionary cache - by fa1rid - 08-11-2020, 09:26 PM
RE: Copy and reuse dictionary cache - by pdoctor - 08-12-2020, 11:50 AM
RE: Copy and reuse dictionary cache - by fa1rid - 08-16-2020, 12:58 AM
RE: Copy and reuse dictionary cache - by royce - 08-16-2020, 01:26 AM
RE: Copy and reuse dictionary cache - by undeath - 08-16-2020, 12:43 PM
RE: Copy and reuse dictionary cache - by fa1rid - 08-16-2020, 09:43 PM