I found this script and thought it was pretty slick so I ported the code into Autoit, and made a simple gui for it. Enjoy! ;http://www.geekwisdom.com/dyn/passwdmeter #include <GUIConstants.au3> $hGUI = GUICreate("Password Tester", 421, 370, 192, 125) GUICtrlCreateLabel("Password:", 14, 17, 53, 17) $gcPWField = GUICtrlCreateEdit("", 14, 39, 390, 76, $WS_VSCROLL, $WS_EX_CLIENTEDGE) $gcStrength = GUICtrlCreateLabel("Strength:", 16, 144, 100, 17) $gcScore = GUICtrlCreateLabel("Score:", 153,