Click here to Skip to main content
15,886,919 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: "special characters" in passwords: defined how? Pin
raddevus21-Oct-23 12:31
mvaraddevus21-Oct-23 12:31 
GeneralRe: "special characters" in passwords: defined how? Pin
englebart21-Oct-23 17:26
professionalenglebart21-Oct-23 17:26 
GeneralRe: "special characters" in passwords: defined how? Pin
Harrison Pratt23-Oct-23 1:36
professionalHarrison Pratt23-Oct-23 1:36 
GeneralRe: "special characters" in passwords: defined how? Pin
raddevus23-Oct-23 2:04
mvaraddevus23-Oct-23 2:04 
GeneralRe: "special characters" in passwords: defined how? Pin
Harrison Pratt23-Oct-23 5:53
professionalHarrison Pratt23-Oct-23 5:53 
GeneralRe: "special characters" in passwords: defined how? Pin
raddevus23-Oct-23 7:42
mvaraddevus23-Oct-23 7:42 
GeneralRe: "special characters" in passwords: defined how? Pin
Gary Wheeler23-Oct-23 2:23
Gary Wheeler23-Oct-23 2:23 
GeneralRe: "special characters" in passwords: defined how? Pin
raddevus23-Oct-23 2:48
mvaraddevus23-Oct-23 2:48 
Gary Wheeler wrote:
Extravagant parsing or using regular expressions to validate a user's password seems over-engineered.

Agree 100%!
I don't understand why they don't just:
1. hash your plaintext password.
2. compare it to known bad password hashes
3. if it matches any of the known bad, then reject, otherwise store your hash and be done

Why they looking at my password so closely, anyway? Roll eyes | :rolleyes:
GeneralBIG Pressing News PinPopular
Choroid20-Oct-23 6:12
Choroid20-Oct-23 6:12 
GeneralRe: BIG Pressing News Pin
OriginalGriff20-Oct-23 6:25
mveOriginalGriff20-Oct-23 6:25 
GeneralRe: BIG Pressing News Pin
Choroid20-Oct-23 6:47
Choroid20-Oct-23 6:47 
GeneralRe: BIG Pressing News Pin
RedDk20-Oct-23 7:04
RedDk20-Oct-23 7:04 
GeneralRe: BIG Pressing News Pin
0x01AA20-Oct-23 7:07
mve0x01AA20-Oct-23 7:07 
GeneralRe: BIG Pressing News Pin
jmaida20-Oct-23 14:07
jmaida20-Oct-23 14:07 
GeneralRe: BIG Pressing News Pin
Choroid20-Oct-23 16:24
Choroid20-Oct-23 16:24 
GeneralRe: BIG Pressing News Pin
OriginalGriff20-Oct-23 8:03
mveOriginalGriff20-Oct-23 8:03 
GeneralRe: BIG Pressing News Pin
Choroid20-Oct-23 16:04
Choroid20-Oct-23 16:04 
GeneralRe: BIG Pressing News Pin
Sander Rossel20-Oct-23 22:24
professionalSander Rossel20-Oct-23 22:24 
GeneralRe: BIG Pressing News Pin
mngerhold22-Oct-23 22:57
mngerhold22-Oct-23 22:57 
GeneralRe: BIG Pressing News Pin
PIEBALDconsult20-Oct-23 10:53
mvePIEBALDconsult20-Oct-23 10:53 
GeneralRe: BIG Pressing News Pin
Sander Rossel20-Oct-23 22:30
professionalSander Rossel20-Oct-23 22:30 
GeneralRe: BIG Pressing News Pin
Rick York20-Oct-23 7:07
mveRick York20-Oct-23 7:07 
GeneralRe: BIG Pressing News Pin
Mike Hankey20-Oct-23 7:28
mveMike Hankey20-Oct-23 7:28 
GeneralRe: BIG Pressing News Pin
Choroid20-Oct-23 16:34
Choroid20-Oct-23 16:34 
GeneralRe: BIG Pressing News Pin
RedDk20-Oct-23 7:41
RedDk20-Oct-23 7:41 

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.