Code University

      "Where tuition is free!"

News | Images | Contact     
  • Home
  • Coding KC
  • Scripts
  • Software
  • Templates
  • Tutorials
  • About
 

Coding Knowledge Center

PGP


Page Contents
[X] CLOSE

gpg

  • gpg (Create a key)
  • gpg (Decrypt file)
  • gpg (Import private key)
  • gpg (Import public key)
  • gpg (List private keys)
  • gpg (List public keys)
  • gpg (Remove private key)
  • gpg (Remove public key)
Toggle Page Contents
gpg (Create a key)Copy  To New Window  Top ^
gpg --gen-key
Creates key pair.



gpg (Decrypt file)Copy  To New Window  Top ^
gpg -o data.tar -d data.tar.gpg gpg --output data.tar --decrypt data.tar.gpg
Decrypts a file using the appropriate private key in the users key ring, if it exists. This will create the decrypted file "data.tar" and keep the "data.tar.gpg" file in tact.



gpg (Import private key)Copy  To New Window  Top ^
gpg --allow-secret-key-import --import private.key
Import a private key into your key ring.



gpg (Import public key)Copy  To New Window  Top ^
gpg --import public.key
Import a public key into your key ring.



gpg (List private keys)Copy  To New Window  Top ^
gpg --list-secret-keys
Lists private keys in your key ring.



gpg (List public keys)Copy  To New Window  Top ^
gpg --list-keys
Lists public keys in your key ring.



gpg (Remove private key)Copy  To New Window  Top ^
gpg --delete-secret-key "User Name"
Removes a private key from your key ring.



gpg (Remove public key)Copy  To New Window  Top ^
gpg --delete-key "User Name"
Removes a public key from your key ring.
Technologies
  • Introduction
  • Awk
  • Bash
  • Cron
  • CSH
  • CSS
  • CVS
  • FTP
  • FTPS
  • HTML
  • JavaScript
  • KSH
  • Linux
  • Linux (Debian)
  • Linux (LPIC 101-102)
  • Linux/Unix
  • Mac OS X
  • MySQL
  • Oracle
  • Perl
  • PGP
  • PHP
  • Sed
  • SQLite
  • SSH/SCP/SFTP
  • Telnet
  • UNIX
  • Windows
Resources
  • CodeIgniter - MVC Framework
  • HowtoForge - Linux Tutorials
  • Linux Today - Linux News
  • Lxer - Linux News Feed
  • Monsterb - Linux, Podcasting
  • MySQL - Databasing
  • Perl - Programming
  • PHP - Programming
  • Systhread - Admin & Programming
  • W3Schools - Web Tutorials
About

Code University contains a wealth of technical information aimed at the computer sciences.


 
Home | Coding KC | Scripts | Software | Templates | Tutorials | About
Top ^
 
© 2007-2012 Code University| Disclaimer
Website template by Arcsin