Jump to content

Recommended Posts

Posted

It doesn't transmit passwords back to the site at all - it's just javascript code that runs in your browser.

 

But good news - my strongest password will take About 66 quintillion years to crack and my next strongest About a million years :)

Posted
Read the source. Author is a div. For example, adding entropy to your password does not necessarily make it stronger - the possibility of the existance of uppercase (forcing the attacker to use a larger seachspace) is more important than their actual use, for example. So the password's strength can't be determined by the password alone. Simplistic nonsense. Grr. :)
Posted (edited)
the possibility of the existance of uppercase (forcing the attacker to use a larger seachspace) is more important than their actual use,

 

Disagree.. the attacker is only forced to crack the entire password space when they **know** that password space is enforced e.g. some kind of complexity checking is turned on. Even then attacker would be an idiot not to try dictionary based cracks with something like the JtR rules to get the "MyPassword01!, MyPassword02!, ..." stuff. And if they don't know what password space is enforced, it's opportunistically try the same JtR-like approach and usually whatever capability rainbow tables they have or have the patience to use.

 

Bottom line: "mypassword" falls out relatively quickly regardless of whether more complex passwords are possible.

Edited by PiqueABoo
Posted
Read the source. Author is a div. For example, adding entropy to your password does not necessarily make it stronger - the possibility of the existance of uppercase (forcing the attacker to use a larger seachspace) is more important than their actual use, for example. So the password's strength can't be determined by the password alone. Simplistic nonsense. Grr. :)

 

I'm sure smoothwall tweeted that or something similar a while back.

 

Anyway, in your expert opinion, can you tell us, Does size matter?

Posted

@piqueaboo: Looking at standard JTR rules would indeed be a better way to infer "strength" (against that attack at any rate) - maybe I was not clear - yes, an all-lc password (especially a dictionary based one like your example) is more likely to be bruteforced, but if you look at the algorithm used in the site we're talking about, it directly judges strength based on addition of a letter/number/etc. which makes naive assumptions that all attackers will brute passwords in just the same way. I was using lower/upper as just a "first example" here of the quality of the result :)

 

On a more general level, I would suggest that "brute force" attacks are extremely rare, and as such, a measure of a password's security against brute force is not far from measuring a nation's security by its ability to repel an army of clowns riding unicycles.

"Not having been typed into an arbitrary website" would be a good starting point for a metric. IMO password entropy between a user's passwords is more important than entropy within.

 

Vik: Length? Matters up to a point, but once it's long enough, the rest is just showboating. Interestingly the usual measure of long enough is given as "just over 6" (characters) ;)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...