Tuesday, January 6, 2009
Encrypt-Decrypt file using GPG
Posted on 10:03 AM by Unknown
With GPG you can encrypt and decrypt files with a password. GPG is an encryption and signing tool for Linux/UNIX like operating system such as OpenBSD/Solaris/Fedora.In this first example I will show you the basics on how to encrypt a file. But before we do that lets create a file called encrypt_example.# touch encrypt_exampleTo encrypt single file, use the GPG command as follows: gpg -c
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment