Wednesday 12 September 2012

encrypt documents

To encrypt you will need to have the persons public key available to you so you can import it
#gpg --import public-key.gpg

Encrypt a document
#gpg --output document.gpg --encrypt --recipient username@example.com document

1 comment:

  1. The above detail is not good enough for a novice to understand the whole idea. Do provide some more detail about how we can encrypt documents. Thanks in advance.
    electronic signature software

    ReplyDelete