Click here to Skip to main content
15,914,066 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Password De-Complexity Pin
Wastedtalent30-Nov-16 4:06
professionalWastedtalent30-Nov-16 4:06 
GeneralRe: Password De-Complexity Pin
Dan Neely1-Dec-16 4:22
Dan Neely1-Dec-16 4:22 
JokeRe: Password De-Complexity Pin
Kornfeld Eliyahu Peter30-Nov-16 1:33
professionalKornfeld Eliyahu Peter30-Nov-16 1:33 
GeneralRe: Password De-Complexity Pin
CDP180230-Nov-16 2:00
CDP180230-Nov-16 2:00 
GeneralRe: Password De-Complexity Pin
Gary Wheeler30-Nov-16 3:41
Gary Wheeler30-Nov-16 3:41 
GeneralRe: Password De-Complexity Pin
den2k8830-Nov-16 4:18
professionalden2k8830-Nov-16 4:18 
GeneralRe: Password De-Complexity Pin
AndrewDavie1-Dec-16 22:46
AndrewDavie1-Dec-16 22:46 
AnswerRe: Password De-Complexity Pin
raddevus30-Nov-16 2:13
mvaraddevus30-Nov-16 2:13 
actually, they've determined that the hackers can easily replicate shoving in those few extra special characters into their password generators and they only serve to make the passwords more difficult to remember for users.

The best information on passwords is that they should be :
1. much longer (my application generates 64 char passwords based upon the SHA256 hash)
2. not based upon words -- this protects from any kind of dictionary attack -- which basically all the hacker attacks which attempt to reverse passwords are based upon

I've just written an blog article on this recently (pulled from my blog) ==> How Hackers Crack Passwords (part 1)[^]
The paradigm shift that people can't get over with C'Ya Pass is that you never have to memorize a password again and they aren't stored anywhere. They're generated every time for your use.

I apologize if this sounded a bit like gratuitous self promotion, but I'm really passionate about this whole (stupid) password thing. Passwords are terrible.
My book, Launch Your Android App, is available at Amazon.com (only $2.99USD over 350 pages).
Get my Android app on Google Play and F*orget All Your Passwords.

GeneralRe: Password De-Complexity Pin
ZurdoDev30-Nov-16 2:17
professionalZurdoDev30-Nov-16 2:17 
GeneralRe: Password De-Complexity Pin
raddevus30-Nov-16 2:23
mvaraddevus30-Nov-16 2:23 
GeneralRe: Password De-Complexity Pin
ZurdoDev30-Nov-16 2:24
professionalZurdoDev30-Nov-16 2:24 
GeneralRe: Password De-Complexity Pin
raddevus30-Nov-16 2:30
mvaraddevus30-Nov-16 2:30 
GeneralRe: Password De-Complexity Pin
ZurdoDev30-Nov-16 2:44
professionalZurdoDev30-Nov-16 2:44 
GeneralRe: Password De-Complexity Pin
raddevus30-Nov-16 2:48
mvaraddevus30-Nov-16 2:48 
GeneralRe: Password De-Complexity Pin
enhzflep30-Nov-16 3:05
enhzflep30-Nov-16 3:05 
GeneralRe: Password De-Complexity Pin
Kirk 103898211-Dec-16 4:27
Kirk 103898211-Dec-16 4:27 
GeneralRe: Password De-Complexity Pin
HobbyProggy30-Nov-16 2:48
professionalHobbyProggy30-Nov-16 2:48 
AnswerRe: Password De-Complexity Pin
Plamen Dragiyski30-Nov-16 19:53
professionalPlamen Dragiyski30-Nov-16 19:53 
GeneralRe: Password De-Complexity Pin
raddevus1-Dec-16 1:59
mvaraddevus1-Dec-16 1:59 
GeneralRe: Password De-Complexity Pin
Plamen Dragiyski1-Dec-16 3:20
professionalPlamen Dragiyski1-Dec-16 3:20 
GeneralRe: Password De-Complexity Pin
raddevus1-Dec-16 3:44
mvaraddevus1-Dec-16 3:44 
GeneralRe: Password De-Complexity Pin
W Balboos, GHB30-Nov-16 2:26
W Balboos, GHB30-Nov-16 2:26 
GeneralRe: Password De-Complexity Pin
OriginalGriff30-Nov-16 2:38
mveOriginalGriff30-Nov-16 2:38 
GeneralRe: Password De-Complexity Pin
W Balboos, GHB30-Nov-16 2:42
W Balboos, GHB30-Nov-16 2:42 
GeneralRe: Password De-Complexity Pin
OriginalGriff30-Nov-16 3:36
mveOriginalGriff30-Nov-16 3:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.