Ask HN: How to store and share passwords in a company?
91–100 of 297 posts
Re: Ask HN: How to store and share passwords in a company?
#92We always used 1Password[0]. We still use it in the open-source projects that I work with. I have heard that LastPass is about as good, but have no experience using it. The latest version of 1Password isn't so good, but it works fine. [0] https://1password.com
I am shocked how you could've possibly heard this. Basically everything I've heard rounds to "LastPass is the worst available option" and "1Password is the best available option." I use neither.
Re: Ask HN: How to store and share passwords in a company?
#93Be absolutely strict on password sharing via non approved means.
Bitwarden enterprise for whatever is left, with collections per team/department.
Re: Ask HN: How to store and share passwords in a company?
#94Any help/advice would be greatly appreciated, and thank you in advance.
Re: Ask HN: How to store and share passwords in a company?
#95We always used 1Password[0]. We still use it in the open-source projects that I work with. I have heard that LastPass is about as good, but have no experience using it. The latest version of 1Password isn't so good, but it works fine. [0] https://1password.com
Re: Ask HN: How to store and share passwords in a company?
#96As opposed to "login with Facebook etc." logins that are individually administered by each end user for each app.
This is low fruit for many things but often companies require you to be on an expensive SaaS pricing tier to use SSO on their product.
Next problem to solve is Software Engineer's cloud secrets. Use key vaults in your cloud for this. Use SSO to authenticate your team to that cloud.
Enable 2fa as much as possible. TOTP not SMS.
Finally you will need people to save passwords for some stuff. Lastpass or Bitwarden etc.
Avoid shared passwords. Sometimes unavoidable in which case rotate them often and when people leave too.
Re: Ask HN: How to store and share passwords in a company?
#97Most services are connected through SSO, so those won't have passwords and are automatically shut down when the user leaves the company. All employees also have a 1password account for which we can store individual passwords for the services that are not connected through SSO. For some services we only have a single token/service account which we need to share within the team. Often they were stored in a `.env` file,…
I think direnv is a highly underrated tool. Switching between environments with a simple 'cd' is of huge benefit to my development experience.
Re: Ask HN: How to store and share passwords in a company?
#98Re: Ask HN: How to store and share passwords in a company?
#99We always used 1Password[0]. We still use it in the open-source projects that I work with. I have heard that LastPass is about as good, but have no experience using it. The latest version of 1Password isn't so good, but it works fine. [0] https://1password.com
> I have heard that LastPass is about as good I am shocked how you could've possibly heard this. Basically everything I've heard rounds to "LastPass is the worst available option" and "1Password is the best available option." I use neither.
Re: Ask HN: How to store and share passwords in a company?
#100We always used 1Password[0]. We still use it in the open-source projects that I work with. I have heard that LastPass is about as good, but have no experience using it. The latest version of 1Password isn't so good, but it works fine. [0] https://1password.com