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: Comparison of 2 Web Hosts Pin
RobertSF5-Apr-22 12:37
professionalRobertSF5-Apr-22 12:37 
GeneralRe: Comparison of 2 Web Hosts Pin
raddevus5-Apr-22 17:02
mvaraddevus5-Apr-22 17:02 
GeneralRe: Comparison of 2 Web Hosts Pin
thewazz6-Apr-22 2:27
professionalthewazz6-Apr-22 2:27 
GeneralRe: Comparison of 2 Web Hosts Pin
raddevus6-Apr-22 3:29
mvaraddevus6-Apr-22 3:29 
GeneralRe: Comparison of 2 Web Hosts Pin
Kirk 103898216-Apr-22 13:51
Kirk 103898216-Apr-22 13:51 
GeneralRe: Comparison of 2 Web Hosts Pin
raddevus6-Apr-22 14:26
mvaraddevus6-Apr-22 14:26 
GeneralQuestion about passwords... Pin
Sander Rossel4-Apr-22 3:50
professionalSander Rossel4-Apr-22 3:50 
GeneralRe: Question about passwords... Pin
Richard Deeming4-Apr-22 3:59
mveRichard Deeming4-Apr-22 3:59 
Did they not ask you to enter the previous password before setting the new password?

If you're entering the old and new password at the same time, then it's trivial to check.

If you've entered the old one and been told that it has expired, they may be storing the old password that you entered in memory to compare to the new one. It wouldn't be great, but it doesn't necessarily mean they're storing your password insecurely.

Alternatively, they may store the salt and hash for one or more previous passwords, apply simple variations to your new password, and see if the modified password produces the same hash as a previous password.

Without seeing their code, you can't be certain that they're not doing the wrong thing; but you can't be certain that they are doing the wrong thing either. Smile | :)



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer

GeneralRe: Question about passwords... Pin
kmoorevs4-Apr-22 4:40
kmoorevs4-Apr-22 4:40 
GeneralRe: Question about passwords... Pin
TNCaver4-Apr-22 8:49
TNCaver4-Apr-22 8:49 
GeneralRe: Question about passwords... Pin
k50544-Apr-22 10:11
mvek50544-Apr-22 10:11 
GeneralRe: Question about passwords... Pin
Kirk 103898216-Apr-22 13:58
Kirk 103898216-Apr-22 13:58 
GeneralCCC 2022-04-04 Pin
Greg Utas4-Apr-22 1:01
professionalGreg Utas4-Apr-22 1:01 
GeneralRe: CCC 2022-04-04 Pin
Craig Robbins4-Apr-22 1:05
Craig Robbins4-Apr-22 1:05 
GeneralRe: CCC 2022-04-04 - winner Pin
Greg Utas4-Apr-22 1:06
professionalGreg Utas4-Apr-22 1:06 
GeneralRe: CCC 2022-04-04 Pin
pkfox4-Apr-22 10:54
professionalpkfox4-Apr-22 10:54 
GeneralRe: CCC 2022-04-04 Pin
Greg Utas4-Apr-22 11:01
professionalGreg Utas4-Apr-22 11:01 
GeneralRe: CCC 2022-04-04 Pin
pkfox4-Apr-22 23:54
professionalpkfox4-Apr-22 23:54 
GeneralHoist on their own petard? Pin
Daniel Pfeffer4-Apr-22 0:44
professionalDaniel Pfeffer4-Apr-22 0:44 
GeneralAre we on midday CCC Pin
pkfox4-Apr-22 0:06
professionalpkfox4-Apr-22 0:06 
JokeRe: Are we on midday CCC Pin
Randor 4-Apr-22 0:21
professional Randor 4-Apr-22 0:21 
GeneralRe: Are we on midday CCC Pin
pkfox4-Apr-22 0:31
professionalpkfox4-Apr-22 0:31 
GeneralRe: Are we on midday CCC Pin
Craig Robbins4-Apr-22 0:38
Craig Robbins4-Apr-22 0:38 
GeneralRe: Are we on midday CCC Pin
Daniel Pfeffer4-Apr-22 0:47
professionalDaniel Pfeffer4-Apr-22 0:47 
GeneralRe: Are we on midday CCC: Oi! Greg Utas! Pin
OriginalGriff4-Apr-22 0:48
mveOriginalGriff4-Apr-22 0:48 

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.