hashcat Forum
Bcrypt help for a dummy - 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: Bcrypt help for a dummy (/thread-9724.html)



Bcrypt help for a dummy - drews1 - 12-26-2020

I have a 4 digit pin (0-9 x4) that's been hashed in Bcrypt. 

I've always been told to just avoid Bcrypt since working with it is so time-consuming. However, I feel optimistic about trying this one, as I know there are only 10,000 possibilities. 

What would be the best way to approach this? Would it be too time-consuming to even attempt? 

I know this will be seen as a stupid question, but I've had a hard time finding advice relevant to my situation. Any advice would be greatly appreciated! Thanks


RE: Bcrypt help for a dummy - royce - 12-27-2020

With a single hash as the target, start up the attack - hashcat -a 3 ?d?d?d?d - and see what the time estimate is, and assess whether you want to wait that long. Smile


RE: Bcrypt help for a dummy - undeath - 12-27-2020

It might be faster to run that attack on your CPU than on your GPU. You should try both and compare their speeds.