Re: Password Strength Graphic

2006-01-31 Thread Barney Boisvert
Should be easy to do.  You check the password for various criteria,
and then do a JS rollover to change the image out.  Some basic
criteria are the number of character classes (uppercase, lowercase,
numbers, punctuation) the password uses, the length of the password,
whether it has dictionary words in it (apple), whether it's based on
dictionary words (4pp13).  You can probably figure out what
Hotmail's algorithm is by some simple trial and error, or maybe even
looking at the source.

cheers,
barneyb

On 1/31/06, Eric J. Hoffman [EMAIL PROTECTED] wrote:
 I was just signing up for a Hotmail account (yikes) because someone
 mentioned the password strength graphic on it and I wanted to see it.

 It is a graphical representation of how strong of a password you are
 creating.  Low Medium Strong

 Has anyone created something like this before?  Any pointers on where to
 start?

 Thanks.
 


 Eric J. Hoffman

--
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 100 invites.

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230846
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Password Strength Graphic

2006-01-31 Thread Baz
Here is a UDF on cflib.org that checks complexity:
http://cflib.org/udf.cfm?ID=1072

Cheers,
Baz


-Original Message-
From: Barney Boisvert [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 31, 2006 11:39 AM
To: CF-Talk
Subject: Re: Password Strength Graphic

Should be easy to do.  You check the password for various criteria,
and then do a JS rollover to change the image out.  Some basic
criteria are the number of character classes (uppercase, lowercase,
numbers, punctuation) the password uses, the length of the password,
whether it has dictionary words in it (apple), whether it's based on
dictionary words (4pp13).  You can probably figure out what
Hotmail's algorithm is by some simple trial and error, or maybe even
looking at the source.

cheers,
barneyb

On 1/31/06, Eric J. Hoffman [EMAIL PROTECTED] wrote:
 I was just signing up for a Hotmail account (yikes) because someone
 mentioned the password strength graphic on it and I wanted to see it.

 It is a graphical representation of how strong of a password you are
 creating.  Low Medium Strong

 Has anyone created something like this before?  Any pointers on where to
 start?

 Thanks.
 


 Eric J. Hoffman

--
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 100 invites.



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230853
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54