multiple DES cipher same plain
#6
Hi,

I am not sure I understand the question either but I think you might be referring to the fact that the more hashes/ciphertexts you load, the slower Hashcat gets?

This is normal Smile Because with 15 entries for example Hashcat has to not only compute each candidate from the keyspace, but each time it has to go through "Does this candidate match entry #1?", "Does this candidate match entry #2?", "Does this candidate match entry #3?", etc for as many that you load, so in this example you slow this part down by 15.

If you know in advance that hashes/ciphertexts come from the same cleartext (e.g. WPA handshakes from the same PSK) then it's better to load only one Smile
Reply


Messages In This Thread
multiple DES cipher same plain - by superhansi - 11-01-2019, 11:34 AM
RE: multiple DES cipher same plain - by atom - 11-01-2019, 04:16 PM
RE: multiple DES cipher same plain - by atom - 11-01-2019, 06:31 PM
RE: multiple DES cipher same plain - by Kryczek - 11-04-2019, 09:54 AM
RE: multiple DES cipher same plain - by atom - 11-05-2019, 09:49 AM