---
name: gpg
version: 1.0.0
description: >
  GPG (GNU Privacy Guard) encryption and signing reference. Covers
  key generation (Ed25519/RSA), export/import, keyservers, file
  encryption (symmetric + asymmetric), git commit signing, detached
  signatures, gpg-agent caching, SSH via GPG, and pass password manager.
author: BytesAgain
homepage: https://bytesagain.com
source: https://github.com/bytesagain/ai-skills
tags: [gpg, encryption, signing, pgp, security, git]
---

# GPG Reference

Encryption, signing & key management.

## Commands

| Command | Description |
|---------|-------------|
| `intro` | Overview, key types |
| `keys` | Generate, export, trust |
| `usage` | Encrypt, sign, git, pass |
