Cracking hashes with Python

Chris Angelico rosuav at gmail.com
Wed Nov 27 08:27:46 EST 2013


On Wed, Nov 27, 2013 at 11:40 PM, TheRandomPast .
<wishingforsam at gmail.com> wrote:
> And dictionary is working, as is the brute force however the issue I have
> having is with my chklength() as no matter how many characters I input it
> skips the !=32 and goes straight to asking the user to chose either Brute
> Force or Dictionary. I want an error to be shown if the hash is less than or
> more than 32 characters but at present this chklength() doesn't work as I
> thought it would.

You never pass it any argument. I don't know why it isn't throwing
TypeError at you.

ChrisA



More information about the Python-list mailing list