Ask HN: How do startups/small businesses manage passwords and credentials
I wanted to know how small to medium size businesses manage credentials for different services.
For example, a business may have a facebook page. Who has the password and auth details for that. Also, for hosting and domain information who has all the credentials.
3 comments
[ 3.2 ms ] story [ 20.2 ms ] thread1. Avoid sharing password between people. For example, in using Amazon Web Service, it should use IAM and every admin login with their own account.
2. Master password (e.g the owner of AWS) and credentails should be kept in a same place. The information are encrypted by a software called KeepassX and won't share on the Internet. Ofcoz, backup is still needed.