• Home
  • Arch
    • Basic CLI
    • Easter Eggs
    • Encrypted BTRFS Root with EFI
    • Encrypted Dropbox w/ EncFS
    • Encrypted LVM/Root
    • Environment Variables
    • Fonts
    • Google Authenticator
    • GPG
    • Guayadeque
    • HP Printer Rules
    • Pacstrap Linux-LTS
    • Tear Free Video AMDGPU
    • Tear Free Video Intel
  • Bios
    • Ferb
    • zbrom
  • Bitcoin
  • Code
    • Download from SSH w/ md5sum Verification
    • Multi-Monitor Video Script
  • GUI
    • GNOME
      • Enable Outdated Extensions
      • File Associations
      • Move Close, Maximize, & Minimize to the left (GNOME 3.14+)
      • Reduce Titlebar Height
    • KDE
      • Arch KMenu
      • KGpg Encryption
      • Map Windows Key to Activate KMenu
      • Qt Oxygen for GTK Apps
  • Linux
    • Android
      • Rsync
    • Backup with dd Command
    • Disable Journaling
    • Gentoo Installation
    • GRUB 2 USB LiveCD Multiboot
    • Shrink an Encrypted LVM Partition
    • tmux Commands
    • Windows Entry for GRUB
  • Misc
    • Acer Laptop Brightness Fix
    • Add a LiveCD to GRUB
    • Convert a Windows 10 MBR (BIOS) install to GPT (UEFI)
    • Encrypted LVM RAID in Ubuntu
    • Ghorr Search
    • IRC
    • Magic SysRq key
    • Random Girl
    • Setup PGP Key in Ubuntu
    • SSD TRIM on LUKS Encrypted Partitions
    • Virtualbox Raw Disk Access
  • Security
    • LUKS Drive Encryption
    • Prism-break
    • Secure Email Services
  • Store
    • Official ghorr Shirt

GPG

GnuPG is a complete and free implementation of the OpenPGP standard as defined by RFC4880. Here is a basic guide how to setup GPG encryption on Arch.
________________________________________________________________________________________________________________

Generating a New Key:

Install gnupg:

pacman -S gnupg

Create a key pair:

gpg --full-gen-key

Exporting Public Key:

Export your public key to share it with others.

gpg --export --armor --output publickey.asc user-id

Importing Public or Private Keys:

This command can be utilized to import a public or private key.

gpg --import key.asc

Backup Private Key:

gpg --export-secret-keys --armor --output privkey.asc user-id

Additional Information:

GNOME Keyring can be managed with Seahorse. Package: seahorse

References:

https://wiki.archlinux.org/index.php/GnuPG#Export_your_public_key



  • Recent Posts

    • Free and Open Source YouTube Alternative for Android: NewPipe
    • Free Speech is under Attack!
    • Security Flaw in WPA2 Puts All WiFi Clients at Risk
    • Secure Your Dropbox and Other Cloud Storage Providers with EncFS
    • Unity has been replaced with GNOME on Ubuntu 17.04
  • Updates

    • Secure Email Services

      August 7, 2014
    • Prism-break

      August 5, 2013
    • zbrom

      August 5, 2013
    • Encrypted BTRFS Root with EFI

      December 13, 2016
    • Official ghorr Shirt

      August 5, 2013
  • Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
  • Support ghorr; if you found our site useful, consider donating some crypto!
    Donate Bitcoin: 13NRqBL2iMpCKPw6xzQXdaJQWrP64k8Pub Donate Ethereum: 0x6162157a4ab47e92e97603c7817c9929325347f9 Donate BAT: 0x6162157a4ab47e92e97603c7817c9929325347f9
    Donate Litecoin: LUtZD9ym9eGh4zn9kTzjYD7Pm33tnDPGMn Donate Dogecoin: DDwe18z8SD3rbofRRjhsWzBbZ3w3dZ31cd Donate Bitcoin Cash: 1PNGkpUyr5LuxkgbfsJfQ49UA8ttXhEkVG
Copyright © 2021 ghorr. Proudly powered by WordPress. BoldR design by Iceable Themes.
  • Home
  • Arch
  • Bios
  • Bitcoin
  • Code
  • GUI
  • Linux
  • Misc
  • Security
  • Store