LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   hard drive encryption (https://www.linuxquestions.org/questions/linux-newbie-8/hard-drive-encryption-333681/)

Vince0053 06-14-2005 11:09 PM

hard drive encryption
 
I have developed some Servlet software I would like to launch using a hosted service where I will have control over a Linux implementation on another company's machine.

I am sure these companies are very trustworthy but I would like to believe the data (eg source code) I store on their machines remains totally private.

Is it possible (or even standard) for Linux to write data to the hard drive in encrypted form.

I have no experience with Linux to date.

zackarya 06-15-2005 02:05 AM

It's possible to have encryted files, partitions, pretty much
anything you want. You can even have an entire filesystem encrypted into a single file. Check out mount and losetup.

Zack

Kdr Kane 06-15-2005 10:21 AM

You'll also need to consider some kind of encrypted VPN tunnel so your code does not upload and download unencrypted.

Vince0053 06-15-2005 06:15 PM

thanks heaps,
both replies highly valued


All times are GMT -5. The time now is 09:32 AM.