Click here to Skip to main content
15,891,704 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: Family reunion Pin
Slow Eddie15-Jun-21 1:20
professionalSlow Eddie15-Jun-21 1:20 
GeneralRe: Family reunion Pin
enhzflep15-Jun-21 14:52
enhzflep15-Jun-21 14:52 
Generalshort passwords Pin
raddevus14-Jun-21 4:06
mvaraddevus14-Jun-21 4:06 
GeneralRe: short passwords Pin
W Balboos, GHB14-Jun-21 4:29
W Balboos, GHB14-Jun-21 4:29 
GeneralRe: short passwords Pin
raddevus14-Jun-21 4:35
mvaraddevus14-Jun-21 4:35 
GeneralRe: short passwords Pin
PIEBALDconsult14-Jun-21 8:41
mvePIEBALDconsult14-Jun-21 8:41 
GeneralRe: short passwords Pin
Eddy Vluggen14-Jun-21 8:46
professionalEddy Vluggen14-Jun-21 8:46 
GeneralRe: short passwords Pin
H.Brydon14-Jun-21 17:29
professionalH.Brydon14-Jun-21 17:29 
They wouldn't store the password but a (fixed size, hopefully long enough) hashed version of it. If the hash is shorter than a "really long" password such as yours, then there will be guaranteed collisions. A brute force strategy would find (possibly multiple) valid password(s) that you did not intend.

So in one sense, you are correct that they shouldn't care about password length - longer passwords weaken the answer. But that somewhat becomes your problem not theirs.

In the big picture, users of that website should be concerned more about the hash length, but users are rarely privy to that info.
If pigs could fly, just imagine how good their wings would taste!
- Harvey

GeneralRe: short passwords Pin
harvyk014-Jun-21 20:04
harvyk014-Jun-21 20:04 
GeneralRe: short passwords Pin
User 49097414-Jun-21 22:28
User 49097414-Jun-21 22:28 
GeneralRe: short passwords Pin
harvyk014-Jun-21 22:49
harvyk014-Jun-21 22:49 
GeneralRe: short passwords Pin
Member 916705714-Jun-21 21:26
Member 916705714-Jun-21 21:26 
GeneralRe: short passwords Pin
MichaelLuna15-Jun-21 15:35
MichaelLuna15-Jun-21 15:35 
GeneralRe: short passwords Pin
Bob@work16-Jun-21 5:41
Bob@work16-Jun-21 5:41 
GeneralRe: short passwords Pin
Martin ISDN29-Jun-21 22:30
Martin ISDN29-Jun-21 22:30 
GeneralCCC 2021-06-14 Pin
Greg Utas14-Jun-21 1:21
professionalGreg Utas14-Jun-21 1:21 
GeneralRe: CCC 2021-06-14 Pin
OriginalGriff14-Jun-21 1:35
mveOriginalGriff14-Jun-21 1:35 
JokeRe: CCC 2021-06-14 Pin
Kornfeld Eliyahu Peter14-Jun-21 1:45
professionalKornfeld Eliyahu Peter14-Jun-21 1:45 
GeneralRe: CCC 2021-06-14 Pin
Chris C-B14-Jun-21 2:17
Chris C-B14-Jun-21 2:17 
GeneralRe: CCC 2021-06-14 - We give up what is it Pin
pkfox14-Jun-21 5:18
professionalpkfox14-Jun-21 5:18 
GeneralOi Griff Pin
pkfox13-Jun-21 23:09
professionalpkfox13-Jun-21 23:09 
GeneralRe: Oi Griff Pin
Richard MacCutchan13-Jun-21 23:15
mveRichard MacCutchan13-Jun-21 23:15 
GeneralRe: Oi Griff Pin
pkfox13-Jun-21 23:23
professionalpkfox13-Jun-21 23:23 
GeneralRe: Oi Griff Pin
Richard MacCutchan14-Jun-21 0:55
mveRichard MacCutchan14-Jun-21 0:55 
GeneralRe: Oi Griff Pin
Greg Utas14-Jun-21 1:18
professionalGreg Utas14-Jun-21 1:18 

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.