3

I have an old Lacie 5big NAS that does not support encryption. It speaks SMB, AFS and FTP.

I'm looking for a way to store encrypted data on the NAS, at the same time it should be accessible by multiple users.

Some of the users use Linux, some use Windows. Some may use Mac OS X but that's considered less critical for now.

Is there a solution? Can encfs work with a multi-user setup? Truecrypt containers will only work read-only.

neuhaus
  • 221

2 Answers2

0

You could use a product such as GnuPG :

GnuPG allows to encrypt and sign your data and communication, features a versatile key management system as well as access modules for all kinds of public key directories. GnuPG, also known as GPG, is a command line tool with features for easy integration with other applications. A wealth of frontend applications and libraries are available. Version 2 of GnuPG also provides support for S/MIME and Secure Shell (ssh).

GnuPG is Free Software (meaning that it respects your freedom). It can be freely used, modified and distributed under the terms of the GNU General Public License.

Binary releases are available on most Linux distributions and for Windows, OS X, Debian, Android, OpenVMS, RISC OS, as well as RPM packages for different OS.

harrymc
  • 498,455