Flex Password Strength Meter
Posted on February 19, 2008 by subeesh
I have tried to create a Password Strength meter in flex . It is based on the existing ProgressBar component in flex . It has a target property which is to be set to 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.
This is the link to an example with the Password strength meter .
http://dev.meshenergy.com/test/passwordmeter.html
This is an experiment and if anyone is interested to know more , or a good password strength meter , please leave a reply here
Reference:
Filed under: Flex
Hi! I’m interested in your example, are you willing to share the code, just to have a look?
Thanks in advance…
Hi,
I will make the code little neat and enable ViewSource so that you can see the code
Can’t see the code still - could you make your .mxml and .as files available for download?
Hello Jay,
Now the View Source is enabled