I have setup a freenas file server which runs of freebsd, is there any way I can encrypt or password protect the files when someone on the network or outside the network tries to access them?
I'm not familiar with freebsd, but would password protected winzip file work?
To achieve even higher security (only for my financial documents such as tax returns etc), I am using TrueCrypt, the file for encrypted volume being stored in the Samba server. I am getting very good response even with my slow wireless network. I am yet to put the system into regular use but the setup has passed all my rudimentary tests. TrueCrypt is available for both Windows and Linux -- not sure if it runs on FreeBSD, though.Originally posted by: Nothinman
If you're using Samba then you should already have to enter a password to get access to the shares
Well, contents will be stored in the file server in an encrypted volume (or file). Since the TrueCrypt, which does all the encryption & decryption, is installed in the client even the communication between client and server will be encrypted. Even if the server security get compromised and exposes all your files from the server, still your data be secured.Originally posted by: Nothinman
If you're just hosting the file on the FreeBSD server and opening it via TrueCrypt on the client, why does that matter?
Well, contents will be stored in the file server in an encrypted volume (or file). Since the TrueCrypt, which does all the encryption & decryption, is installed in the client even the communication between client and server will be encrypted. Even if the server security get compromised and exposes all your files from the server, still your data be secured.
Originally posted by: Nothinman
Well, contents will be stored in the file server in an encrypted volume (or file). Since the TrueCrypt, which does all the encryption & decryption, is installed in the client even the communication between client and server will be encrypted. Even if the server security get compromised and exposes all your files from the server, still your data be secured.
That's my point, so the fact that TrueCrypt doesn't support FreeBSD is moot.