On Wed, Nov 27, 2013 at 11:40 PM, TheRandomPast .
<wishingfor...@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
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to