7 ms·
Ask HN: How does your team share files securely?
What do you use when you share access keys, passwords, secured files to your teammates?
- Faaak 8y agoFor us (120 persons): - Passwords et al (API keys, ...): PrivateBin - Files (log files, ...): Lufi - Strange things: scp (between geeks). All of them are self hosted with https
- snazz 8y agoFor the current project I’m working on (it’s not technically software development), we’re using NFS within a single subnet that every desktop is hooked up to. The server is physically at the office and does not have internet access. We have some confidential files (healthcare and legal records) stored on it. Since everyone has the NFS share mounted locally on their machine, simply adding a single file makes it appear on every other machine, without much overhead. Encrypted backups are stored on- and off-site.
- actionowl 8y agoFor files we use PGP, and sometimes Manta (for big files). For passwords we use LastPass Enterprise (and have no shortage of complaints about it)
- cypherg 8y agoGoogle Drive, GPG, OpenSSL + Magic-Wormhole
- coding-columbo 8y agokeybase.io seems good for that
- ignaces 8y agogoogle drive file stream for non-critical files. a NAS connected to our LAN, for critical and confidential files. w/o internet access. designers use git lfs for sharing their work with the others.
- jon-wood 8y agoFor files we use Google Drive, while shared access keys/passwords (where they can't be avoided) are kept in 1Password, where we're able to create vaults with different access rules so that only people who need them have access to them.
- kull 8y agoGoogle drive
- Michie 8y agoSaw this at DO marketplace - bitwarden. Anyone else uses this? Seems to be an alternative for LastPass and has a way to share encrypted files.