So I decided to make a superduper secret directory where i can put stuff that nobody can see unless they are authorized to. The best software out there for these kind of things is truecrypt
 You may pay a shitload of money and get inferior solutions but truecrypt is top of the pops!
Now I have always been afraid to even start playing with stuff like that, because I would look really stupid if I managed to encrypt all my data and not get them "back". So I took a couple of Cognac and waited until I felt really confident.
Then I decided to make a directory that even Hillary Clinton cannot spy upon (My knowledge will hereby be shared with the UN too).
Install truecrypt, it will be in your repos.
Make sure that you have sudo working.
Create a directory called secret stuff or whatever
And then let the fun begin: in a terminal type:
Code: Select all
sudo truecryptThat will give you a load of promts where you just press enter or next when unsure -the defaults are the best!
I have called my virtual encryption file kryptert - this is just a file:
Here I specify where my encrypted virtual volum should be mounted I have called it secret_stuff here:
Just leave the default
Pick the size of your volume - if you want to watch movies it must be big, if you have text files it can be small.
Password - you know the drill:
Don't ask - just leave the FAT here
Start the process and move your mouse around; the more the better the encryption will be:
Here we leave the GUI and do some CLI work. add this to your ~/.bashrc or to the external .alias file that you have a reference to in that file.
Code: Select all
truecrypt /home/<USER>/kryptert /home/<USER>/secret_stuff <<EOF
password
EOF
This will mount the "drive" on login and prompt you for the password.
Now you can drag your files to secret_stuff and they will get encrypted in the very same moment!
I will get back to you on how to combine this with dropbox....
And remember if you loose the password the data are gone - not even Hillary can help you - the encryption is unbreakable.
  So this stuff is really working! 
