logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

GPGV Signature Verify - Validate OpenPGP Signatures | Online Free DevTools by Hexmos

Verify OpenPGP signatures with GPGV, ensuring data integrity. Validate detached signatures and manage keyrings using the command line. Free online tool, no registration required.

gpgv

Verify OpenPGP signatures. More information: https://www.gnupg.org/documentation/manuals/gnupg/gpgv.html.

  • Verify a signed file:

gpgv {{path/to/file}}

  • Verify a signed file using a detached signature:

gpgv {{path/to/signature}} {{path/to/file}}

  • Add a file to the list of keyrings (a single exported key also counts as a keyring):

gpgv --keyring {{./alice.keyring}} {{path/to/signature}} {{path/to/file}}

See Also