Huge wordlist
#1
Hello,
I'm trying to crack automatically generated password encrypted by md5.
I know all possible combinations. It's about 4B (2^32).
Each password is 8 symbols long(62 characters), so making mask is not an option here(218340B passwords).
So I'll jump to my problem. With my GPU oclExample0.sh makes about 1B/sec md5.
But, when I'm trying to use wordlist - It shows speed about 11-25M/sec.
I understand that copying data from SSD is not fast enough. So I tried to speed up it by creating tmpfs in RAM (DDR3 PC3-14900) and storing part of my wordlist there. The result was even worse - 11M/sec.

Ok. Here is the question: How do I speed up cracking by wordlist?

PS. Ubuntu/oclHashCat_plus/ATI 6770/Intel SSD


Messages In This Thread
Huge wordlist - by jimipage - 09-10-2013, 12:25 AM
RE: Huge wordlist - by radix - 09-10-2013, 12:28 AM
RE: Huge wordlist - by jimipage - 09-10-2013, 12:40 AM
RE: Huge wordlist - by Sc00bz - 09-10-2013, 01:17 AM
RE: Huge wordlist - by jimipage - 09-10-2013, 01:47 AM
RE: Huge wordlist - by forumhero - 09-10-2013, 03:10 AM
RE: Huge wordlist - by Mangix - 09-10-2013, 05:41 AM
RE: Huge wordlist - by jimipage - 09-10-2013, 12:49 PM
RE: Huge wordlist - by jimipage - 09-10-2013, 01:12 PM
RE: Huge wordlist - by The Mechanic - 09-10-2013, 02:07 PM