LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   security of data on usb drive (https://www.linuxquestions.org/questions/linux-security-4/security-of-data-on-usb-drive-499805/)

alok.rhct 11-08-2006 01:00 PM

security of data on usb drive
 
hi all,
i want to set an access control on my data which is backuped on an usb drive by provideing password. can it be possible ?

i m a liux user.

is their any tool in linux regarding the same.

i m backing up all user's home dir. i have to protect data by unauthorized access. their is one backup media which is in physical access to all.

any idea ?

thanks in advance

b0uncer 11-08-2006 01:35 PM

Then you'll probably need to encrypt the data on the drive, since otherwise anybody could just take the drive, plug to their laptop and start looking inside (and if it wasn't FAT-filesystem, it still wouldn't be difficult to lurk the information unless it was encrypted).

So, form your question like this: which encryption software to use, and how?

matthewg42 11-08-2006 02:03 PM

I've not actually tried it myself, but I've heard that truecrypt is good. It's free, open source, and cross platform. The Security Now podcast had an episode which featured it.

sundialsvcs 11-08-2006 02:16 PM

Is there a bank near your office? One that rents safe-deposit boxes? Ooh, and with a Starbucks Coffee nearby? Problem solved!

Don't fool around with encryption on backup media. Secure the media itself.

alok.rhct 11-09-2006 11:53 AM

hi sundialsvcs,

thank's for a nice solution but,

banks safe-deposit r also not safe. and company working on opensouce can't afford bank rent.

i wan't a password protection on folder level,which be portable on diffrent OS, not blocking whole drive access with password.

is their any one who can suggest me any method to do this?
really it will be a great help.

thanks for u all for ur attention.

rjw1678 11-10-2006 09:03 AM

Quote:

Originally Posted by alok.rhct
hi sundialsvcs,

thank's for a nice solution but,

banks safe-deposit r also not safe. and company working on opensouce can't afford bank rent.

i wan't a password protection on folder level,which be portable on diffrent OS, not blocking whole drive access with password.

is their any one who can suggest me any method to do this?
really it will be a great help.

thanks for u all for ur attention.

I use "tar" to create a tarball and then I use gpg(gnupg) to encrypt the tarball. Then I write the encrypted tarball to a DVD+RW. The gpg keys can be exported and then imported to another machines gpg or pgp keys. There should be "tar" software available for Windows and "tar" comes with all Linux's and BSD's.

Bob

nx5000 11-16-2006 11:19 AM

Mmmhhh unfortunatly
Truecrypt is not completly free, see this
http://lists.debian.org/debian-legal.../msg00295.html

I am using luks which is the future standard for media encryption
http://www.saout.de/tikiwiki/tiki-in...eviceUsingLUKS
You will find plenty of documentation on the net.
I don't use windows but there exist a tool to read luks format.


All times are GMT -5. The time now is 07:26 AM.