Simple Password Strength Checker Review Help needed
John Nagle
nagle at animats.com
Wed Jan 27 15:41:57 EST 2010
Mallikarjun(ಮಲ್ಲಿಕಾರ್ಜುನ್) wrote:
> Dear friends,
> I am newbie to Python + pygtk + Glade and recently wrote a simple password
> strength checker app.
> Since this is my first app/program, can someone review my code (just over
> 150 lines) and help me improve my programming capabilities
Here's my classic "Obvious password detector":
http://www.animats.com/source/obvious/obvious.c
This prevents dictionary attacks using an English dictionary, but
needs only a small bit table and does no I/O.
John Nagle
More information about the Python-list
mailing list