Cracking a bcrypt SHA1
#1
Hey sisters, I'm aiming to crack a ten-digit password. 

I have the SHA1 hash of the password.
I have the .csv databreach that the password is found in. The passwords are stored in bcrypt.
I know the first six digits and I'm 90% certain of the seventh digit. From what I understand about hashes, I don't think this is really helpful at all for what I'm trying to do.
I attempted to crack the password using a dictionary attack, but it was not successful.
I believe this is because the algorithm of the hash I have, SHA1, is different from the hash algorithm in the csv databreach.
What can I do, if anything, to get this to work?

Thanks
Reply


Messages In This Thread
Cracking a bcrypt SHA1 - by bigshai - 01-16-2024, 04:37 AM
RE: Cracking a bcrypt SHA1 - by nick8606 - 01-16-2024, 05:46 AM
RE: Cracking a bcrypt SHA1 - by Snoopy - 01-16-2024, 01:25 PM