Is there any tool which allows me to encrypt /decrypt file names in ubuntu?

e.g. I create a directory, all the file names there are encrypt. When I mount it with a password, all the file names there will be decrypted.

Is there such a thing?

link|improve this question

62% accept rate
feedback

2 Answers

up vote 2 down vote accepted

Look into Truecrypt. Does just what I believe you are looking for.

link|improve this answer
feedback

ecryptfs would be apt for your use if you just need to encrypt a directory. Other options would be dm-crypt, Luks, truecrypt though they tend to work on whole filesystem (needs a block or loop device)

See https://help.ubuntu.com/community/EncryptedPrivateDirectory for installation instruction

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.