Passwordmeter
Jun. 16th, 2009 07:50 am![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
This Password Strength Checker is an interesting tool.
It uses Google's javascript urchin.js to determine the strength of a password, based on the number of characters, whether or not you're using mixed case, letters, non-alpha-numerics and the like.
Obviously you don't feed it your real password (unless you're feeling particularly brave - it's running a script that's hosted on a different server!), but if you pass it constructs that are similar in nature, it'll give you a rough idea of how secure Google thinks that particular algorithm might be.
It uses Google's javascript urchin.js to determine the strength of a password, based on the number of characters, whether or not you're using mixed case, letters, non-alpha-numerics and the like.
Obviously you don't feed it your real password (unless you're feeling particularly brave - it's running a script that's hosted on a different server!), but if you pass it constructs that are similar in nature, it'll give you a rough idea of how secure Google thinks that particular algorithm might be.
no subject
Date: 2009-06-16 07:18 am (UTC)no subject
Date: 2009-06-16 07:22 am (UTC)no subject
Date: 2009-06-16 07:34 am (UTC)I've written a small program that generates passwords, and prints them to the screen, 40 at a time. I scan the output, and then pick (and modify) one that looks likely, but the basic algorithm doesn't score highly with the meter, so I need to tweak that a little.