I want to encrypt my files and folders without full disk encryption and encrypted volumes. Can anyone help me?
Asked
Active
Viewed 159 times
1
-
@NikTh this is not a duplicate of that question, I didn't want encrypted volumes like truecrypt – Gnome Jan 02 '14 at 05:20
-
Here is a bunch of questions-answers about encryption/decryption of every kind. I'm pretty sure that this has been already answered. – NickTux Jan 02 '14 at 05:24
-
oh, sorry. My mistake – Gnome Jan 02 '14 at 05:25
-
1I retracted my vote and I cannot vote now for closing. The first link I gave was wrong. Here is the correct one – NickTux Jan 02 '14 at 05:29
1 Answers
3
This site should give you all the information you need. The link was found at upubuntu.com. Here is a direct quote from the site:
"encrypt or decrypt your files using the Nautilus context menu (right-click menu) under Ubuntu"
- Add a PGP key so that you can encrypt your files with it, by opening "Passwords and Keys", click the add button, select "PGP Key", then click Continue.
- Add the seahorse-nautilus plugin with
sudo apt-get install seahorse-nautilus && nautilus -q && nautilus
- Right click to pick any file and then select Encrypt In a pop-up, pick your key, set "Sign message as: Your key" and click OK. Another pop-up asks for the passphrase which matches up w/ the PGP key.

Amanda
- 9,333

spinster3908
- 691
- 1
- 7
- 19
-
-
1
-
@NikTh Thanks for the link, that helped. I will make sure to do that next time. – spinster3908 Jan 02 '14 at 05:30
-
Please at least include (you can quote) something from this link that answers the question. A simple link is not considered as an answer at all. It is just a link. – NickTux Jan 02 '14 at 05:33
-