How to make document protected

Asked by rajsh

I want to lock my single document protected with password is any way to do that it can also be able to hide my document to view others.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Jeruvy (jeruvy) said :
#1

eCrypt is one solution, here's a forum thread about this tool:

http://ubuntuforums.org/showthread.php?t=940768

Revision history for this message
Sam_ (and-sam) said :
#2

You may try Seahorse in Applications ->Accessories -> Passwords and Encryption keys
https://help.ubuntu.com/community/AccessoriesApplications#Passwords%20and%20Encryption%20Keys

Files can be en/decrypted and signed via Seahorse.

Or in a terminal using symetric encryption e.g.:
encrypt:
gpg -c testfile

decrypt:
gpg -d testfile.gpg > testfile

After encryption you should of course shred the original:
shred testfile

Manuals about this commands are available in terminal like this:
man gpg
man shred

Reference:
http://www.gnupg.org/

Can you help with this problem?

Provide an answer of your own, or ask rajsh for more information if necessary.

To post a message you must log in.