Click here to Skip to main content
15,887,027 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
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 
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 
Gerry Schmitz wrote:
Some of those "invalid" characters are used as "escape" characters in character codes, strings, and HTML / XML


I agree with this also, but I also know that converting text input to Base64 to pass it across the line is extremely easy. You would hope they would just :
1. take the cleartext input
2. convert to base64
3. send base64
4. convert back to UTF-8 on server side.
5. hash the cleartext
6. look up the hash to see if it matches known bad passwords
7. if it matches bad, reject, if not then save it as the user's hash.

Next when user logs in, just hash their cleartext and match it to what the user's hash should be.
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 
GeneralRe: "special characters" in passwords: defined how? Pin
trønderen20-Oct-23 12:03
trønderen20-Oct-23 12:03 
GeneralRe: "special characters" in passwords: defined how? Pin
Gerry Schmitz20-Oct-23 20:04
mveGerry Schmitz20-Oct-23 20:04 

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.