Flex Password Strength Meter
February 19, 2008
8 comments
I did a simple Password Strength meter in flex . It is based on the existing ProgressBar component in flex . It has a target property which is the password input textbox. Whenever the text in the password input changes , password strength is calculated using regular expressions and the progress bar is updated.
Click here or on the image to view the test application
( Right click to view the source )
This is an experiment and if anyone know a better idea , leave a reply here
Reference:
