TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How does your team share files securely?

9 pointsby Michieover 6 years ago
What do you use when you share access keys, passwords, secured files to your teammates?

9 comments

snazzover 6 years ago
For 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.<p>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.<p>Encrypted backups are stored on- and off-site.
jon-woodover 6 years ago
For files we use Google Drive, while shared access keys&#x2F;passwords (where they can&#x27;t be avoided) are kept in 1Password, where we&#x27;re able to create vaults with different access rules so that only people who need them have access to them.
Michieover 6 years ago
Saw this at DO marketplace - bitwarden. Anyone else uses this?<p>Seems to be an alternative for LastPass and has a way to share encrypted files.
coding-columboover 6 years ago
keybase.io seems good for that
评论 #19308093 未加载
actionowlover 6 years ago
For files we use PGP, and sometimes Manta (for big files).<p>For passwords we use LastPass Enterprise (and have no shortage of complaints about it)
Faaakover 6 years ago
For us (120 persons):<p>- Passwords et al (API keys, ...): PrivateBin<p>- Files (log files, ...): Lufi<p>- Strange things: scp (between geeks).<p>All of them are self hosted with https
ignacesover 6 years ago
google drive file stream for non-critical files.<p>a NAS connected to our LAN, for critical and confidential files. w&#x2F;o internet access.<p>designers use git lfs for sharing their work with the others.
cyphergover 6 years ago
Google Drive, GPG, OpenSSL + Magic-Wormhole
kullover 6 years ago
Google drive