hashcat Forum
Double Sha256 Algorithm - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Double Sha256 Algorithm (/thread-8298.html)



Double Sha256 Algorithm - yuluyi - 04-12-2019

Hi there, 

my hash function is sha256(sha256($content)), is there any way to support this method? 
My dict size is quite small (52^(4 ~ 6) * 10000), is it possible to crack in less than 10 secs?


RE: Double Sha256 Algorithm - Chick3nman - 04-13-2019

The algorithm would need to be added, or at least a module defining it. To complete that keyspace in 10 seconds, you would need an INSANE amount of power. At a conservative 8GH/s (RTX Titan sha256($pass) benchmarks at 8.7GH/s), it would take you 7 hours on 1 RTX Titan to complete your target keyspace. So if you keep that ideal speed of about 8GH/s, it would take ~2500 RTX Titans to complete in 10 seconds. Not considering your spin up time to even launch that sort of attack would be longer than 10 seconds. Whatever you are trying to do is not feasible.