10-23-2014, 01:55 AM
I have a sha256 hash with no salt and the password is 65 mixed alpha num. every time I try to start brute force it just stops. I'm guessing that the password is too long. Any solutions?
Password length issues
|
10-23-2014, 01:55 AM
I have a sha256 hash with no salt and the password is 65 mixed alpha num. every time I try to start brute force it just stops. I'm guessing that the password is too long. Any solutions?
10-23-2014, 04:41 AM
you're trying to brute force a 65-character password?
10-23-2014, 07:33 AM
Actually, 64
10-23-2014, 10:27 AM
Not supported as this would require two sha256 transform calls
10-23-2014, 03:08 PM
It's a bad, bad idea.
10-27-2014, 06:06 PM
might want to look into other tools like JTR. But even if it worked it's going to take you awhile. Hopefully you are immortal
|
« Next Oldest | Next Newest »
|