Click here to Skip to main content
15,895,827 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 policy Pin
V.5-Oct-16 0:34
professionalV.5-Oct-16 0:34 
GeneralRe: password policy Pin
Jochen Arndt5-Oct-16 1:07
professionalJochen Arndt5-Oct-16 1:07 
GeneralRe: password policy Pin
Nathan Minier5-Oct-16 1:27
professionalNathan Minier5-Oct-16 1:27 
GeneralRe: password policy Pin
Dan Neely5-Oct-16 2:49
Dan Neely5-Oct-16 2:49 
GeneralRe: password policy Pin
Nathan Minier5-Oct-16 9:24
professionalNathan Minier5-Oct-16 9:24 
GeneralRe: password policy Pin
Nelek5-Oct-16 12:58
protectorNelek5-Oct-16 12:58 
GeneralRe: password policy Pin
DeerBear6-Oct-16 0:38
DeerBear6-Oct-16 0:38 
GeneralRe: password policy Pin
Robin Bassett6-Oct-16 7:29
Robin Bassett6-Oct-16 7:29 
The passwords don't need to be stored plaintext in order to check for similar passwords. The password checker could create several variations of your proposed password, hash them and compare to your previous password hashes. For example, if the last character is a number, all digits [0-9] could be tried at that position.
PraiseRe: password policy Pin
raddevus5-Oct-16 2:45
mvaraddevus5-Oct-16 2:45 
GeneralRe: password policy Pin
Richard MacCutchan4-Oct-16 23:45
mveRichard MacCutchan4-Oct-16 23:45 
GeneralRe: password policy Pin
den2k884-Oct-16 23:48
professionalden2k884-Oct-16 23:48 
JokeRe: password policy PinPopular
Kornfeld Eliyahu Peter4-Oct-16 23:50
professionalKornfeld Eliyahu Peter4-Oct-16 23:50 
GeneralRe: password policy Pin
raddevus5-Oct-16 7:54
mvaraddevus5-Oct-16 7:54 
GeneralRe: password policy Pin
V.5-Oct-16 0:36
professionalV.5-Oct-16 0:36 
GeneralRe: password policy Pin
raddevus5-Oct-16 7:49
mvaraddevus5-Oct-16 7:49 
GeneralRe: password policy Pin
Slacker0075-Oct-16 1:37
professionalSlacker0075-Oct-16 1:37 
GeneralRe: password policy Pin
Marc Clifton5-Oct-16 2:25
mvaMarc Clifton5-Oct-16 2:25 
PraiseRe: password policy Pin
raddevus5-Oct-16 2:44
mvaraddevus5-Oct-16 2:44 
GeneralRe: password policy Pin
Rage5-Oct-16 3:14
professionalRage5-Oct-16 3:14 
RantRe: password policy Pin
Brisingr Aerowing5-Oct-16 4:28
professionalBrisingr Aerowing5-Oct-16 4:28 
GeneralRe: password policy Pin
Rage5-Oct-16 4:35
professionalRage5-Oct-16 4:35 
GeneralRe: password policy Pin
PeejayAdams5-Oct-16 4:30
PeejayAdams5-Oct-16 4:30 
GeneralRe: password policy Pin
Kirill Illenseer5-Oct-16 21:55
Kirill Illenseer5-Oct-16 21:55 
GeneralRe: password policy Pin
irneb5-Oct-16 22:26
irneb5-Oct-16 22:26 
GeneralRe: password policy Pin
JackPeacock6-Oct-16 2:12
professionalJackPeacock6-Oct-16 2:12 

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.