Click here to Skip to main content
15,886,963 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 - 4 4 me Pin
pkfox20-Oct-23 20:43
professionalpkfox20-Oct-23 20:43 
GeneralRe: WOrdle 854 Pin
GKP199220-Oct-23 20:48
professionalGKP199220-Oct-23 20:48 
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 
I recently signed up for an account on a very large investment / bank platform and they have the following password requirements (which are mostly stupid) -- see snapshot[^]

The requirement I'd like to talk about (which is obviously arbitrary) is :
Special characters except for # & * < > ( ) ' [ ]

Also, note, there aren't too many "special chars" left after all those are removed. Sigh | :sigh:

This is obviously arbitrary and the developers of that site & the password requirements decided not to allow common characters which would cause them problems when parsing the password string.

I'm wondering what constitutes a "special character"?
1. Above ascii 127 (even though surely sites use UTF-8 character encoding now?
2. If that is true, then would any emoji (🤖🦍🦄😻👻) count as a "special char"?
3. Anything that isn't alphanumeric?
4. Arbitrary : defined by each site you visit. DING! DING! DING! We have us a winner!!! Laugh | :laugh:

Length, Most Important Password Requirement
They have a max of 20 which is ridiculous.
I'm guessing that is related to the algorithm they use to parse your incoming password -- especially since the last requirement is:

No sequences (e.g. 12345 or 111)


I'm guessing that since extremely long passwords would take their algorithm longer to search for sequences they decide not to allow long passwords. Hmmm | :|

Doesn't pass the sniff test. Roll eyes | :rolleyes:
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 
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 

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.