DOKK / manpages / debian 12 / python3-rsa / py3rsa-verify.1.en
py3rsa-verify(1) General Commands Manual py3rsa-verify(1)

py3rsa-verify - verify a signature

py3rsa-verify [OPTION]... PUBLIC_KEY SIGNATURE_FILE

Verify a signature, exit with status 0 upon success, print an error message and exit with status 1 upon error.

show help message and exit
name of the signed file to verify. Read from stdin if not specified.
key format of the public key - default PEM

0 if signature can be verified, 1 otherwise.

py3rsa-verify was written by Sybren A. Stuvel <sybren AT stuvel.eu>.