Click here to Skip to main content
15,891,657 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: Not for the faint of heart... Pin
Sander Rossel11-Jun-21 4:49
professionalSander Rossel11-Jun-21 4:49 
GeneralRe: Not for the faint of heart... Pin
MichaelLuna14-Jun-21 5:40
MichaelLuna14-Jun-21 5:40 
GeneralRe: Not for the faint of heart... Pin
Dan Neely11-Jun-21 4:51
Dan Neely11-Jun-21 4:51 
GeneralRe: Not for the faint of heart... Pin
Sander Rossel11-Jun-21 4:57
professionalSander Rossel11-Jun-21 4:57 
GeneralRe: Not for the faint of heart... Pin
Dan Neely11-Jun-21 5:12
Dan Neely11-Jun-21 5:12 
GeneralRe: Not for the faint of heart... Pin
Mycroft Holmes11-Jun-21 12:34
professionalMycroft Holmes11-Jun-21 12:34 
GeneralRe: Not for the faint of heart... Pin
HuntrCkr13-Jun-21 21:41
HuntrCkr13-Jun-21 21:41 
GeneralRe: Not for the faint of heart... Pin
Sander Rossel13-Jun-21 21:56
professionalSander Rossel13-Jun-21 21:56 
HuntrCkr wrote:
is it really an invasion of privacy to
1) know their password? or
Yes always, there's a very good chance that user uses this password everywhere.
If you know their password you could probably login to their Facebook, Google, Instagram and bank accounts.
If someone hacks your database and the passwords are not sufficiently secured (and personally I think anything less than a strong hash is not sufficient), those hackers can now login to those accounts too.
And if those hackers post everything online, everyone can login to those accounts.
It doesn't matter what data a password secures, the password in itself is private and VERY SENSITIVE data.
In a perfect world it would be some "unhackable" randomly generated string of at least 24 characters, but we're living in a world where 123456 is still the most used password.
HuntrCkr wrote:
2) impersonate their user for debugging purposes?
Depends what the system does.
In our case, the application had data on where users went, when they went and how they went.
It kept train tickets, parking tickets, locations, times, everything.
Now that's pretty sensitive information and the entire team had access to it because of some impersonation feature.
But let's assume it's all business data and not linked to any one person... Right now.
What if that data is added in the future?
HuntrCkr wrote:
a case where the problem ONLY came up for that one single user and couldn't be duplicated in any other way
Been there, done that.
Schedule a call with the user, add boatloads of logging, get only that part what you need from the production database (preferably from a "privileged" individual who has rights to that database).
I've never actually needed impersonation to solve a problem.
HuntrCkr wrote:
a case where somebody maliciously used their ability to impersonate a user to get said user into trouble
And that invalidates all reasons why you should have an impersonation button or make passwords recoverable Smile | :)

GeneralRe: Not for the faint of heart... Pin
HuntrCkr14-Jun-21 0:14
HuntrCkr14-Jun-21 0:14 
GeneralRe: Not for the faint of heart... Pin
Dan Neely14-Jun-21 3:16
Dan Neely14-Jun-21 3:16 
GeneralRe: Not for the faint of heart... Pin
W Balboos, GHB15-Jun-21 2:14
W Balboos, GHB15-Jun-21 2:14 
GeneralRe: Not for the faint of heart... Pin
Member 916705713-Jun-21 21:07
Member 916705713-Jun-21 21:07 
GeneralRe: Not for the faint of heart... Pin
Sander Rossel13-Jun-21 21:57
professionalSander Rossel13-Jun-21 21:57 
GeneralRe: Not for the faint of heart... Pin
Member 916705713-Jun-21 22:24
Member 916705713-Jun-21 22:24 
GeneralRe: Not for the faint of heart... Pin
KateAshman14-Jun-21 22:09
KateAshman14-Jun-21 22:09 
GeneralSound of the Week Pin
Sander Rossel11-Jun-21 0:41
professionalSander Rossel11-Jun-21 0:41 
GeneralRe: Sound of the Week Pin
Kris Lantz11-Jun-21 2:20
professionalKris Lantz11-Jun-21 2:20 
GeneralRe: Sound of the Week Pin
Sander Rossel11-Jun-21 12:30
professionalSander Rossel11-Jun-21 12:30 
GeneralRe: Sound of the Week Pin
Choroid14-Jun-21 6:16
Choroid14-Jun-21 6:16 
GeneralRe: Sound of the Week Pin
Sander Rossel14-Jun-21 7:13
professionalSander Rossel14-Jun-21 7:13 
GeneralGoogle AI == Giggle ? the giant that ate the internet targets paid-for ads at random ? Pin
BillWoodruff11-Jun-21 0:23
professionalBillWoodruff11-Jun-21 0:23 
JokeRe: Google AI == Giggle ? the giant that ate the internet targets paid-for ads at random ? Pin
Nelek11-Jun-21 0:33
protectorNelek11-Jun-21 0:33 
GeneralRe: Google AI == Giggle ? the giant that ate the internet targets paid-for ads at random ? Pin
BillWoodruff11-Jun-21 10:11
professionalBillWoodruff11-Jun-21 10:11 
JokeRe: Google AI == Giggle ? the giant that ate the internet targets paid-for ads at random ? Pin
Greg Utas11-Jun-21 0:45
professionalGreg Utas11-Jun-21 0:45 
GeneralRe: Google AI == Giggle ? the giant that ate the internet targets paid-for ads at random ? Pin
DRHuff11-Jun-21 5:26
DRHuff11-Jun-21 5: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.