What is a PGP key?
PGP (Pretty Good Privacy) and the OpenPGP standard use a public key and a private key. Anyone can encrypt to your public key or verify a signature. Only the private key decrypts or signs. GPG is the usual command-line implementation of that format.
Generate vs inspect
Generate creates a new key pair and a revocation certificate in this tab. Inspect reads an existing armored block and shows fingerprint, Key ID, algorithm, User IDs, and expiry. Inspect never uploads the key.
Using this PGP tool
Generation uses OpenPGP.js in your browser. Import a downloaded private key with gpg --import. For Git signing, see the Git config guide. Related tools: SSL Certificate Decoder, HMAC Generator, Hash Generator.