Giter VIP home page Giter VIP logo

gpg-guide's Introduction

gpg-guide

Setup

Generate a new keypair
gpg --gen-key
Generate a revocation certificate
gpg --gen-revoke

Key inspection

List keys
gpg --list-keys
List keys and signatures
gpg --list-sigs
List and check key signatures
gpg --check-sigs
List keys and fingerprints
gpg --fingerprint
List secret keys
gpg --list-secret-keys

Signatures and verification

Make a signature
gpg --sign
Make a clear text signature
gpg --clearsign
Make a detached signature
gpg --detach-sign
Verify a signature
gpg --verify

Encryption and decryption

Encrypt data
gpg --encrypt
Encryption only with symmetric cypher
gpg --symmetric
Decrypt data (default)
gpg --decrypt

Key Signing

Sign a key
gpg --sign-key
Sign a key locally
gpg --lsign-key
Sign or edit a key
gpg --edit-key

Key Servers

Export keys
gpg --export
Export keys to a key server
gpg --send-keys
Import keys from a key server
gpg --recv-keys
Search for all keys on a key server
gpg --search-keys
Update all keys from a key server
gpg --refresh-keys
Import/merge keys
gpg --import

Cleanup

Remove keys from the public keyring
gpg --delete-keys
Remove keys from the secret keyring
gpg --delete-secret-keys

Resources

gpg-guide's People

Contributors

shea256 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.