Do big companies use a password manager? If not how do they keep them safe and manage it to keep track of all the credentials and manage it among employees.
For further actions, you may consider blocking this person and/or reporting abuse
Do big companies use a password manager? If not how do they keep them safe and manage it to keep track of all the credentials and manage it among employees.
For further actions, you may consider blocking this person and/or reporting abuse
Timeless DEV post...
The most used technology by developers is not Javascript.
It's not Python or HTML.
It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.
I'm talking about Git and version control of course.
Ben Halpern -
CodeBucks -
Erin Bensinger -
Sloan the DEV Moderator -
Once suspended, taragrg6 will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, taragrg6 will be able to comment and publish posts again.
Once unpublished, all posts by taragrg6 will become hidden and only accessible to themselves.
If taragrg6 is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to taragurung.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community 👩💻👨💻 safe. Here is what you can do to flag taragrg6:
Unflagging taragrg6 will restore default visibility to their posts.
Top comments (1)
Big companies make huge boo-boos all the time, so we should not look at them for guidance.
I can't comment about any specific password manager, but here's what I know:
Ideally, a password manager encrypts stored passwords using a master key. Neither the master key nor decrypted passwords are ever stored anywhere. This makes encrypted passwords safe to store remotely. I'm ignoring "managers" based on pure hashing functions.
We have to assume any decrypted passwords may leak due to data-breaches at the instance where you'd log in. We should also expect remote storage of encrypted passwords to leak.
What you can do wrong
What password managers can do wrong
What third parties can do wrong