JAVASCRIPT » Ajax

  Delicious Bookmark this on Delicious Share on Facebook SlashdotSlashdot It! Digg! Digg

AJAX Password Strength - AJAX Script


How does the script work ? Keeping in mind, the four important factors of any password I made the php backend of the this script. To get the best output (Uber Secure) your password must satisfy all these four conditions - String length should be minimum 8 String should have 1 or more uppercase letter(s) String should have at least 1 special character String should have at least 1 number in it. Now how the script ranks ? Simple, the script checks for all the above conditions and depending on the number of conditions which return true, the script determines the rank! If none of the condition is true, then the script says “Pretty Weak”. How the AJAX part works ? Simple too! As soon as the keystroking is stopped on the keyboard, the js function (onkeyup) peforms a ajax action which calls upon the PHP with the string the user has entered. Then the PHP determines the rank and sends it back to the script using AJAX.
Hits: 7647

Free   Version: n/a   Platform(s): All   Updated:  February 12, 2008

Developer: Demo Download  
Rated by: 6 user(s)  
Follow Navioo On Twitter

Submit a resource