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

py3rsa-verify - verify a signature

Author

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

                                                                                                py3rsa-verify(1)

Description

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

Exit Status

       0 if signature can be verified, 1 otherwise.

Name

py3rsa-verify - verify a signature

Options

-h, --help
              show help message and exit

       -iINPUT, --input=INPUT
              name of the signed file to verify. Read from stdin if not specified.

       --keyform=KEYFORM
              key format of the public key - default PEM

Synopsis

py3rsa-verify [OPTION]... PUBLIC_KEYSIGNATURE_FILE

See Also