Ask HN: How does your team share files securely?
1–10 of 12 posts
What do you use when you share access keys, passwords, secured files to your teammates?
Re: Ask HN: How does your team share files securely?
#2For 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
Re: Ask HN: How does your team share files securely?
#3For 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.
Re: Ask HN: How does your team share files securely?
#4For files we use PGP, and sometimes Manta (for big files).
For passwords we use LastPass Enterprise (and have no shortage of complaints about it)
Re: Ask HN: How does your team share files securely?
#5Google Drive, GPG, OpenSSL + Magic-Wormhole
Re: Ask HN: How does your team share files securely?
#6keybase.io seems good for that
Re: Ask HN: How does your team share files securely?
#7google 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.
Re: Ask HN: How does your team share files securely?
#8keybase.io seems good for that
We also use keybase.
Re: Ask HN: How does your team share files securely?
#9For 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.
Re: Ask HN: How does your team share files securely?
#10Google drive