Add option to not write any data to disk and bruteforce just in memory #1

Open
opened 2018-10-05 11:11:16 +02:00 by 0xFEEDC0DE64 · 0 comments
0xFEEDC0DE64 commented 2018-10-05 11:11:16 +02:00 (Migrated from github.com)

Writing all combinations down in MySQL takes ~25 hours on my test machine,
but just cracking in memory takes ~4 minutes.

Of course every later cracking will be faster with lookup table, but if we only need 1 hash, it's faster to just crack in memory.

Writing all combinations down in MySQL takes ~25 hours on my test machine, but just cracking in memory takes ~4 minutes. Of course every later cracking will be faster with lookup table, but if we only need 1 hash, it's faster to just crack in memory.
Sign in to join this conversation.
No description provided.