Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Focus-Microsoft
[Top] [All Lists]

RE: Password complexity - improvement

Subject: RE: Password complexity - improvement
Date: Thu, 16 Aug 2007 17:08:55 -0400
Ansgar,

While there is a loss in the number of possible passwords, the main purpose
behind password complexity filters is that it FORCES the user to create a
complex password.  Even with all the password education out there today,
there are still a great deal of lazy users who would use "password" if
allowed.

As you pointed out, a user could still choose "b@n4na," but that is still a
step above the plaintext version.  You used 3 different ways to represent
the character "a."  Just in that example alone, you went from requiring a
basic dictionary attack (O of 1) to a non-polynomial (combinations) attack.
Multiply all the possible 1337 variations across the dictionary, and it is
substantially more difficult to crack.  User education is key to a strong
password policy, but forcing users to create complex passwords is a good
place to start.

Regards,
Jonathan

PS - NP Complete problems (those involving combinations) are considered
among the hardest in math.  There is a $1 million dollar reward if anyone
can solve them in polynomial time.  Any takers?
http://www.claymath.org/millennium/P_vs_NP/

-----Original Message-----
From: listbounce@securityfocus.com [mailto:listbounce@securityfocus.com] On
Behalf Of Ansgar -59cobalt- Wiechers
Sent: Thursday, August 16, 2007 2:08 PM
To: focus-ms@securityfocus.com
Subject: Re: Password complexity - improvement

Bruce,

On 2007-08-16 Bruce K. Marshall wrote:
Requiring users to create a password of uppercase, lowercase, numbers, 
and symbols encourages stronger passwords, not weaker ones.  The loss 
of possible password choices is negligible and has no negative impacts 
other than on the usability of the passwords themselves.  I'll be 
happy to share the math backing this up if you really want to argue 
the point.

I do not agree that the loss of possible passwords is necessarily
negligible. I'd like to see the math to back up this assumption. And in any
case the decrease of the total amount of possible passwords does by
definition mean you have a negative impact on security. The impact may
indeed be negligible, but you still need to be aware of the fact to make the
distinction.

Besides, even complexity requirements can't replace user education. A
password like "b@n4Na" would be compliant to the policy in question and
still susceptible to dictionary attacks.

Regards
Ansgar Wiechers
--
"The Mac OS X kernel should never panic because, when it does, it seriously
inconveniences the user."
--http://developer.apple.com/technotes/tn2004/tn2118.html

<Prev in Thread] Current Thread [Next in Thread>