Copy and reuse dictionary cache
#20
The thing with cache is that its limited to how much that single system has. When you are splitting the dictionary you are gaining the ability to to use 5 separate nodes (if you want parallelize the work) but at the same time you get to do your work in chunks so that the load doesnt need to be cached all at once, in theory making it faster.

hashcat is already optimized to use multiple cores and splitting the dictionary doesnt give you more cores to process the wordlist if its happening on a single system. Hope that makes sense.
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