Click here to Skip to main content
15,886,919 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: "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 
PIEBALDconsult wrote:
Which would mean it's not salted, yes? Simply hashing only the password is still a weak link in the process.

Well, I'm ambivalent about that.
If the hacker has exfiltrated your entire db of hashed passwords then she has probably gotten your source code where you apply the salt too.

Also, it is an interesting point, because there are huge rainbow tables of passwords now and they are used by hackers to compare hashes to see what the passwords were.
As a matter of fact, when Google and other companies tell you that your password has been compromised they know because they check the huge databases of hashes that match. So I'm not sure.

The new thing that seems to be to do is to multi-hash -- hash the password hash multiple times (100s or 1000s of times). Because the the hacker has to use expensive CPU time to hash multiple times to see if it matches. As a matter of fact, my password manager (insert gratuitous self-promotion here) Laugh | :laugh: C'YaPass now allows the user to pick a number of times to multi-hash their hashed password.

C’YaPass: The Best Password Manager You’ve Never Used (A Complete Password EcoSystem)[^]
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 
GeneralRe: "special characters" in passwords: defined how? Pin
trønderen21-Oct-23 5:37
trønderen21-Oct-23 5:37 
GeneralRe: "special characters" in passwords: defined how? Pin
Gerry Schmitz21-Oct-23 8:05
mveGerry Schmitz21-Oct-23 8:05 
GeneralRe: "special characters" in passwords: defined how? Pin
jschell23-Oct-23 5:06
jschell23-Oct-23 5:06 
GeneralRe: "special characters" in passwords: defined how? Pin
trønderen23-Oct-23 7:21
trønderen23-Oct-23 7:21 
GeneralRe: "special characters" in passwords: defined how? Pin
englebart21-Oct-23 7:30
professionalenglebart21-Oct-23 7:30 
GeneralRe: "special characters" in passwords: defined how? Pin
theoldfool21-Oct-23 0:47
professionaltheoldfool21-Oct-23 0:47 
GeneralRe: "special characters" in passwords: defined how? Pin
englebart21-Oct-23 7:03
professionalenglebart21-Oct-23 7:03 
GeneralRe: "special characters" in passwords: defined how? Pin
raddevus21-Oct-23 12:31
mvaraddevus21-Oct-23 12:31 
GeneralRe: "special characters" in passwords: defined how? Pin
englebart21-Oct-23 17:26
professionalenglebart21-Oct-23 17: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.