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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to