Click here to Skip to main content
15,886,873 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: WOrdle 854 Pin
Sander Rossel20-Oct-23 22:08
professionalSander Rossel20-Oct-23 22:08 
GeneralRe: WOrdle 854 Pin
GuyThiebaut20-Oct-23 23:04
professionalGuyThiebaut20-Oct-23 23:04 
GeneralRe: WOrdle 854 Pin
StarNamer@work20-Oct-23 23:14
professionalStarNamer@work20-Oct-23 23:14 
GeneralRe: WOrdle 854 Pin
Cp-Coder21-Oct-23 1:03
Cp-Coder21-Oct-23 1:03 
GeneralRe: WOrdle 854 Pin
jmaida21-Oct-23 16:51
jmaida21-Oct-23 16:51 
General"special characters" in passwords: defined how? Pin
raddevus20-Oct-23 9:22
mvaraddevus20-Oct-23 9:22 
GeneralRe: "special characters" in passwords: defined how? Pin
obermd20-Oct-23 9:54
obermd20-Oct-23 9:54 
GeneralRe: "special characters" in passwords: defined how? Pin
raddevus20-Oct-23 10:17
mvaraddevus20-Oct-23 10:17 
Very good point. I agree with that.
I'm still interested in why those particular characters are "special characters"

Just because they appear on my keyboard?
This means that
1. their algorithm probably contains an array with the non-allowed characters.
2. they compare each char in your password string to the array ala nonAllowedChars.Contains(password[i])

Seems interesting. Also, of course, there is apparently no standard for what is a "special char".

They could just:
1. hash whatever you sent
2. compare hash to known bad password hashes - deny if fails and allow if passes

I don't know. It seems odd that they look at cleartext password.
GeneralRe: "special characters" in passwords: defined how? Pin
Gerry Schmitz20-Oct-23 10:43
mveGerry Schmitz20-Oct-23 10:43 
GeneralRe: "special characters" in passwords: defined how? Pin
raddevus20-Oct-23 10:54
mvaraddevus20-Oct-23 10:54 
GeneralRe: "special characters" in passwords: defined how? Pin
Gerry Schmitz20-Oct-23 11:20
mveGerry Schmitz20-Oct-23 11:20 
GeneralRe: "special characters" in passwords: defined how? Pin
trønderen20-Oct-23 11:56
trønderen20-Oct-23 11:56 
GeneralRe: "special characters" in passwords: defined how? Pin
raddevus20-Oct-23 12:27
mvaraddevus20-Oct-23 12:27 
GeneralRe: "special characters" in passwords: defined how? Pin
BernardIE531720-Oct-23 10:01
BernardIE531720-Oct-23 10:01 
GeneralRe: "special characters" in passwords: defined how? Pin
raddevus20-Oct-23 10:23
mvaraddevus20-Oct-23 10:23 
GeneralRe: "special characters" in passwords: defined how? Pin
trønderen20-Oct-23 10:40
trønderen20-Oct-23 10:40 
GeneralRe: "special characters" in passwords: defined how? Pin
PIEBALDconsult20-Oct-23 11:32
mvePIEBALDconsult20-Oct-23 11:32 
GeneralRe: "special characters" in passwords: defined how? Pin
trønderen20-Oct-23 12:05
trønderen20-Oct-23 12:05 
GeneralRe: "special characters" in passwords: defined how? Pin
raddevus20-Oct-23 12:24
mvaraddevus20-Oct-23 12:24 
GeneralRe: "special characters" in passwords: defined how? Pin
RussellT23-Oct-23 1:57
professionalRussellT23-Oct-23 1:57 
GeneralRe: "special characters" in passwords: defined how? Pin
raddevus23-Oct-23 2:02
mvaraddevus23-Oct-23 2:02 
GeneralRe: "special characters" in passwords: defined how? Pin
trønderen20-Oct-23 10:36
trønderen20-Oct-23 10:36 
GeneralRe: "special characters" in passwords: defined how? Pin
raddevus20-Oct-23 10:50
mvaraddevus20-Oct-23 10:50 
GeneralRe: "special characters" in passwords: defined how? Pin
englebart21-Oct-23 7:16
professionalenglebart21-Oct-23 7:16 
GeneralRe: "special characters" in passwords: defined how? Pin
jschell20-Oct-23 11:44
jschell20-Oct-23 11:44 

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.