logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pgpring - key ring dumper

Authors

       Thomas Roessler <roessler@does-not-exist.org>

                                                                                                      PGPRING(1)

Description

pgpring  is  a  key  ring  dumper.  It extracts information from PGP's binary key ring and emits it in an
       (almost) readable output format understood by mutt(1) and process_keys(1).  This output format mimics the
       one used by the GNU Privacy Guard (GPG).

Name

       pgpring - key ring dumper

Options

-kkeyring
              Dump the contents of the specified keyring.

       -2     Use the default keyring for PGP 2.x.

       -5     Use the default keyring for PGP 5.

       -s     Dump the secret keyring.

       -S     Include signatures.

       -e     Exclude expired signatures.

       -E     Exclude expired keys.

Syntax

pgpring [ -kkeyring | -2 | -5 ] [ -s ] [ -S ] [ -e ] [ -E ]

See Also