Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Length Matters
Message
From
12/03/2017 04:44:15
Al Doman (Online)
M3 Enterprises Inc.
North Vancouver, British Columbia, Canada
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows Server 2012 R2
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01648941
Message ID:
01648946
Views:
55
>>https://blog.codinghorror.com/password-rules-are-bullshit/
>>
>>I keep pointing people at the XKCD cartoon, but Atwood expounds further on the topic.
>>
>>If you're a dev or sysadmin in a position to influence password policy, PLEASE do the right thing.
>
>Hmm. Since most servers just store a hash value of the password why would longer be better ?

If you're talking about password hashes being compromised, the answer boils down to the fact that the hash value of a long password is different from a short password. That means that attacks such as cloud-based rainbow table lookups will likely fail; those tables have precomputed hash values typically only up to some (relatively short) length and limited character set. In contrast, the hash of a short password will be included in rainbow tables and getting the password is just a lookup.

AFAIK salted hashes are best-practice for storage i.e. https://en.wikipedia.org/wiki/Salt_(cryptography) . If a server stores salted hashes then from the POV of that particular attack vector a long password would have no advantage over a short one.

But all this is just discussing the subset of problems related to compromise of stored hash values. The article (and the original XKCD cartoon, for that matter) point out the practical advantages e.g. greater resistance to brute-force attacks, less chance of Post-It notes on monitors etc.
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform