01-16-2024, 04:37 AM
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
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