Flex Password Strength Meter

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:

http://www.geekwisdom.com/dyn/passwdmeter

4 Responses to “Flex Password Strength Meter”

  1. Hi! I’m interested in your example, are you willing to share the code, just to have a look?

    Thanks in advance…

  2. Hi,

    I will make the code little neat and enable ViewSource so that you can see the code

  3. Can’t see the code still - could you make your .mxml and .as files available for download?

  4. Hello Jay,

    Now the View Source is enabled

Leave a Reply