Link to home
Start Free TrialLog in
Avatar of cs76737
cs76737

asked on

Automatically Encrypt files under Linux (Suse 10.1)

The following is a conceptual question -- as opposed to a specific technical issue/bug.  I will award points to the most helpful answer within the next 48hrs.

Situation:  I run a laptop with Suse 10.1.  I store sensitive data on the machine in a specific directory and in a MYSQL database.  I feel confident that the system is secure enough from a software perspective.  However, I am worried that I might lose the laptop or that somebody could steal it from my office at night.

I think the best way to guard against exposing this data through physical loss of the machine would be to use encryption.

Do you have any elegant solutions for doing this?  Is there a way to use PGP or some other software to encrypt certain data each time the machine shuts down and descrypt it upon booting up?  Again, the data reside in a specific directory and a MYSQL database.

Thank you in advance for any help!
ASKER CERTIFIED SOLUTION
Avatar of crawfordits
crawfordits

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Rich Rumble
Rich Rumble
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I suggest that you use BestCrypt From ... http://www.jetico.com/

This can be configured to automatically ask for a password at startup.  Entering your password created a virtual drive - e.g. E:\ .   Store all your data on that drive.  You don't encrypt or decrypt anything - Every stored on your virtual drive/container is automatically encrypted. You only have to back up one file to back up all your data. Once you keep your passphrase long the encryption can not be broken.

I have not used the Linux version but in the windows version the encrypted container can be almost any size - 1000 gigs if you want. You can also encrypt the swap file and create hidden containers. - Its free to try fo 30 days.

I've been using it for 8 years with no complaints.
Avatar of cs76737
cs76737

ASKER

Thank you for the suggestions.  I split points between Crawfordits and richrumble -- both of your suggestions look good and were posted within 48hrs.  I apologize for closing this question much later than I initially stated/intended.