Encrypt files with GPG / GnuPG
Written by edmond in Applications , Cryptare , Debian , GNU-Linux , Security , Tips & Tricks , UtilitiesTo use GPG is another way to encrypt important documents, as an alternative to encfs and mcrypt . There dell'interfacce
graphics to generate GPG keys. For those who use Gnome, seahorse, if you use KDE, kgpg. In this case, use the terminal.
You need to first generate the key with the command:
gpg --gen-key
At this point we answer the questions that appear on the screen, and insert our data, such as name, email, etc. etc.,
choose a password, and begin to move the mouse until the password has not been created., there must
display a message like this:
Now we are ready to encrypt a file using the name we chose at the beginning of the creation of the key.
Encrypt:
gpg-e-r edmond test.txt
or alternatively:
gpg --encrypt --recipient edmond prova.txt
Deciphering:
gpg --output prova.txt --decrypt prova.txt.gpg
oppure:
gpg --output prova.txt --symmetric prova.txt.gpg
Per ulteriori informazioni, man gpg
Post similar (or almost):
- RarCrack on Debian Squeeze RarCrack uses an algorithm to find the bruteforce ...
- Login and authentication in Linux Usb Pen Some time ago I had a guide ...
- Convert to PNG from the terminal web page or PDF This is a very useful trick ...
- Installing on Debian Squeeze Metasploit Metasploit Project is a computer security ...
- Debian Squeeze with Polipo and Tor Torbutton To have a good anonymity on the net, serve ...























The Incutio XML-RPC PHP Library - WordPress/3.0
[...] Encrypt files with GPG / GnuPG to use GPG That is another way ... Previous Topic: Shed Skin compiling Python in C + + Next Topic: Pidgin Privacy Please [...]
Like or Dislike:
0
0