Password's Security

Talk about just about anything else that is non-gaming here, but keep it clean
User avatar
RCBH928
Next-Gen
Posts: 6082
Joined: Wed Apr 02, 2008 6:40 am

Password's Security

Post by RCBH928 »

I passed by this comic:

Image

Is this true? longer passwords better than complicated passwords? Because god damn it I hate it when I sign up for something and it says I need at least:
-1 capital letter
-8 characters
-1 number
-1 Symbol

its so frustrating.

Or is this supposed to be sarcastic? I am complete fool when it comes down to programming and software security
User avatar
Hobie-wan
Next-Gen
Posts: 21705
Joined: Sat Aug 15, 2009 8:28 pm
Location: Under a pile of retro stuff in H-town
Contact:

Re: Password's Security

Post by Hobie-wan »

He's right. As you lengthen a password, the number of possibilities rises exponentially. When computers were slower and nobody stored as much password data, brute force attacks were harder. Early brute force attacks commonly used just numbers or a 'dictionary' set. If your password was one word up to 8 letters, it might have taken a little longer to try everything until it worked, but you'd probably still get there if determined. Now computers are faster, it's easier. So we started forcing people to use at least 8 characters, a cap, a number, and a symbol as this gives more possibilities per character. But still computers are very fast.

But as the XKCD cartoon says, the longer it gets, the more difficult. Even if you just had passwords that were number only. A 1 digit password has 10 possibilites. A 2 digit one has 100. And so on each additional character is 10 times more possibilities. Even limiting to lower case English letters, at 44 places, that's 26 x 26 x 26 and so on out 44 times.

Something that frustrates me is being limited to the characters on the keyboard. I'd love to be able to use extended symbols and make a password like ®ª©k£tß○Ý. Ok, I'd probably stick to using ones I can do alt codes for, but still.
User avatar
MrPopo
Moderator
Posts: 24190
Joined: Tue Aug 26, 2008 1:01 pm
Location: Orange County, CA

Re: Password's Security

Post by MrPopo »

Another thing that doesn't get mentioned is many systems have anti-brute force built in, so X failed logins to a particular username within a short period of time locks down the account either for a long time (30 mins or more) or requires manual intervention.
Blizzard Entertainment Software Developer - All comments and views are my own and not representative of the company.
User avatar
Erik_Twice
Next-Gen
Posts: 6251
Joined: Fri Mar 27, 2009 10:22 am
Location: Madrid, Spain

Re: Password's Security

Post by Erik_Twice »

I have been told this is false because it opens up attacks by dictionary. So using a couple weird words in another language or proper nouns should be an improvement.
Looking for a cool game? Find it in my blog!
Latest post: Often, games must be difficult
http://eriktwice.com/
User avatar
Cronozilla
Next-Gen
Posts: 2609
Joined: Wed Mar 14, 2012 8:15 pm
Location: Oregon, USA.

Re: Password's Security

Post by Cronozilla »

General_Norris has a pretty good point. It's easier to guess something if it's words, as opposed to individual characters. Then it's only 4 items in this instance, as opposed to 44 individual characters.

And almost no malevolent software uses just straight brute-force. It would never get in unless the password was blank or one of the top ten most common passwords.
User avatar
CRTGAMER
Next-Gen
Posts: 11933
Joined: Tue Jan 05, 2010 11:59 am
Location: Southern California

Re: Password's Security

Post by CRTGAMER »

Hobie-wan wrote:But as the XKCD cartoon says, the longer it gets, the more difficult. Even if you just had passwords that were number only. A 1 digit password has 10 possibilites. A 2 digit one has 100. And so on each additional character is 10 times more possibilities. Even limiting to lower case English letters, at 44 places, that's 26 x 26 x 26 and so on out 44 times.

Something that frustrates me is being limited to the characters on the keyboard. I'd love to be able to use extended symbols and make a password like ®ª©k£tß○Ý. Ok, I'd probably stick to using ones I can do alt codes for, but still.
THIS. The cartoon is misleading since the top section is less characters vs the four separate words in the second row comparison. The four separate easy to remember names will just as hard for the computer "Entropy" even it were characters, numbers or the easy words. All tied into the random search to come up with the answer. On the human guess factor the regular words might be easier to grab versus throwing in a few obscure keyboard numbers or characters.

@ Hobie - The out of the norm symbols is a great idea. Some password crack routines may not even take those into account. :idea:
Image
CRT vs LCD - Hardware Mods - HDAdvance - Custom Controllers - Game Storage - Wii Gamecube and other Guides:
CRTGAMER Guides in Board Guides Index: http://www.racketboy.com/forum/viewtopi ... 5#p1109425

Image
Image
User avatar
Zing
Next-Gen
Posts: 1870
Joined: Wed Aug 24, 2011 6:36 pm
Location: Canada

Re: Password's Security

Post by Zing »

Cronozilla wrote:General_Norris has a pretty good point. It's easier to guess something if it's words, as opposed to individual characters. Then it's only 4 items in this instance, as opposed to 44 individual characters.
Doesn't this assume the attacker knows the password is comprised of several dictionary words? This doesn't seem likely, at least not before this cartoon became popular.
Selling half my NES/SNES/PS1 collection (ending Dec 1):
http://tinyurl.com/zingebay
Ivo
Next-Gen
Posts: 3627
Joined: Tue Mar 28, 2006 11:24 am
Location: Portugal

Re: Password's Security

Post by Ivo »

Zing wrote:
Cronozilla wrote:General_Norris has a pretty good point. It's easier to guess something if it's words, as opposed to individual characters. Then it's only 4 items in this instance, as opposed to 44 individual characters.
Doesn't this assume the attacker knows the password is comprised of several dictionary words? This doesn't seem likely, at least not before this cartoon became popular.
It's a standard early approach I think. If it isn't one of the trivial ones and is also not comprised of dictionary words, they probably can either not hack it fast enough for it to be worth their trouble or even can not hack it at all (i.e. it would take longer than their lifespan to brute force it).
So if it doesn't work they will either keep their method and move onto another target or if they specifically want that target they will try another method (social engineering?).
User avatar
Hobie-wan
Next-Gen
Posts: 21705
Joined: Sat Aug 15, 2009 8:28 pm
Location: Under a pile of retro stuff in H-town
Contact:

Re: Password's Security

Post by Hobie-wan »

General_Norris wrote:I have been told this is false because it opens up attacks by dictionary. So using a couple weird words in another language or proper nouns should be an improvement.
Also using made up words. Of course don't use ones from movies and books. Maybe listen to kids that babble when out and about and adopt their made up words. :mrgreen:

Another thing to do is have a phrase you know well and use the first character of each word. Obviously you'd want to sprinkle in stuff that isn't letters, but say roygbiv for the color spectrum.
User avatar
Luke
Next-Gen
Posts: 21076
Joined: Wed Jun 10, 2009 9:39 am

Re: Password's Security

Post by Luke »

I'm with Hobie on adding characters to passwords.

I also cannot believe that people still use "password" as their password. Wait, yes I can.
Post Reply