I have an external file server which a few people use as a backup server. I have a folder in the file server mounted on my machine as a shared folder. Every week, I copy over some sensitive files from my local hard drive into the shared folder. How can I encrypt those files such that no one else that has access to that file server can see their contents?
Moreover, if my local hard drive crashes, I'd like to be able to access these encrypted files from the external file server using the same encryption/decryption credentials (duh)
Sorry if I was repetitive, thanks in advance!