![]() |
Pluscat vRAM usage study - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html) +--- Thread: Pluscat vRAM usage study (/thread-1477.html) |
Pluscat vRAM usage study - Rolf - 08-19-2012 Ello there. I've did something similar for EGB, now it's time to do this for pluscat. Command line: Code: cudaHashcat-plus64 -m 0 -n 8 -a 6 -r "rules.txt" --markov-hcstat hashcat.hcstat %hashlist% "leaked.txt" ?l?l?l?l The rules.txt contain original InsidePro rules, which can be found in the pluscat archive. Leaked.txt is the RockU wordlist. Results: Code: 1 hash = 93 MB So, the limit for my GTX 480 with 1.5GB of vRAM is 15M MD5 hashes. Cant say if the memory usage would be the same for AMD gpus, Also, vRAM usage will grow with the growth of hash length. If I could load 15M MD5 hashes, that doesn't mean I am able to load 15M blowfish hashes, for example. Atom informed me that pluscat uses 80 bytes per any hash, and 108 bytes per salt. So, blowfish hashes would use the same amount of vRAM if they were unsalted (this means since MD5 is unsalted, it doesn't use the 108 bytes / salt, but it pads the 64 bytes per hash with 0s). I used MSI Afterburner to measure vRAM usage. |