LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

gpgv

Simplified OpenPGP signature verifier

TLDR

Verify a signed file
$ gpgv [file.sig]
copy
Verify detached signature
$ gpgv [file.sig] [file]
copy
Use specific keyring
$ gpgv --keyring [keyring.gpg] [file.sig]
copy
Verbose verification
$ gpgv -v [file.sig]
copy
Quiet mode
$ gpgv -q [file.sig]
copy

SYNOPSIS

gpgv [options] [sigfile] [files]

DESCRIPTION

gpgv is a stripped-down version of gpg designed solely for verifying OpenPGP signatures. It assumes all keys in the keyring are trustworthy and does not check for expired or revoked keys.By default, it uses the trustedkeys.kbx or trustedkeys.gpg keyring in the GnuPG home directory. It is commonly used in package managers and automated verification scripts where trust is pre-established.

PARAMETERS

-v, --verbose

More information during processing.
-q, --quiet
Try to be as quiet as possible.
--keyring file
Use specified keyring.
--homedir dir
GnuPG home directory.
--ignore-time-conflict
Turn timestamp checks into warnings.
--weak-digest name
Treat digest as weak.
--status-fd n
Write status strings to file descriptor.

INSTALL

sudo apt install gpgv
copy
sudo apk add gpgv
copy

CAVEATS

Returns 0 if verification succeeds, 1 if any signature is bad, and other codes for fatal errors. Unlike gpg, gpgv does not validate key trust.

SEE ALSO

gpg(1), gpg2(1)

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid