Password length issues
#1
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?
#2
you're trying to brute force a 65-character password?
#3
Actually, 64
#4
Not supported as this would require two sha256 transform calls
#5
It's a bad, bad idea.
#6
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