Hi Folks,
today I wanna point out an example of Password Checker that I’ve founded here, via Schneier. It’s a pretty easy example how to use “score based intelligent” without any recursive-based language. Starting from 0 points your password can only increase its score passing tests until the greater tally 6.
Here an example: try with your password ! (It’s Javascript)

http://www.codeassembly.com/examples/passwordstrength.php

The main javascript “score” function is available here:

Nice, don’t you think ?

One thought on “ Easy Password Checker. ”

Comments are closed.