Click here to Skip to main content
15,891,431 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: 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 
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 
Salting is something different.

The issue is that without salting (aka adding some random data into the password), then it's very easy to reverse hashed but not salted passwords back to plain text using things like rainbow tables.

It also stands out if anyone gets hold of the password hashes if default passwords have been used. For example if you see every third account stating it's password is "B2E98AD6F6EB8508DD6A14CFA704BAD7F05F6FB1" it doesn't take long to realise that every user have all entered the same password. In this case Password123.

If you want to see a rainbow table in action, do a google search for it, and enter in the above hash and you'll see what I mean. (I won't provide a link, because like all cracking websites, I would suggest being very careful using it, and I'm not willing to post a URL that turns out to be bad).

As far as I know, salts can be stored safely with the hash (although I'm all ears if a security person wants to tell me otherwise).

Edit - just to answer the actual question: yes, collisions are still technically possible with salted hashes. But again it's not if a collision is technically possible, but rather is there a known way you can cause a collision with two different piece of data.
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 
GeneralRe: Oi Griff Pin
pkfox14-Jun-21 1:21
professionalpkfox14-Jun-21 1:21 
GeneralRe: Oi Griff Pin
Greg Utas14-Jun-21 1:24
professionalGreg Utas14-Jun-21 1:24 
GeneralRe: Oi Griff Pin
pkfox14-Jun-21 2:26
professionalpkfox14-Jun-21 2:26 

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.