{
    "mode": "man",
    "parameter": "py3rsa-verify",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/py3rsa-verify/1/json",
    "generated": "2026-06-15T14:09:38Z",
    "synopsis": "py3rsa-verify [OPTION]... PUBLICKEY SIGNATUREFILE",
    "sections": {
        "NAME": {
            "content": "py3rsa-verify - verify a signature\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "py3rsa-verify [OPTION]... PUBLICKEY SIGNATUREFILE\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Verify  a  signature,  exit  with status 0 upon success, print an error message and exit with\nstatus 1 upon error.\n",
            "subsections": []
        },
        "OPTIONS": {
            "content": "",
            "subsections": [
                {
                    "name": "-h --help",
                    "content": "show help message and exit\n",
                    "flag": "-h",
                    "long": "--help"
                },
                {
                    "name": "-i --input=",
                    "content": "name of the signed file to verify. Read from stdin if not specified.\n\n--keyform=KEYFORM\nkey format of the public key - default PEM\n",
                    "flag": "-i"
                }
            ]
        },
        "EXIT STATUS": {
            "content": "0 if signature can be verified, 1 otherwise.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "py3rsa-verify was written by Sybren A. Stuvel <sybren AT stuvel.eu>.\n\n\n\npy3rsa-verify(1)",
            "subsections": []
        }
    },
    "summary": "py3rsa-verify - verify a signature",
    "flags": [
        {
            "flag": "-h",
            "long": "--help",
            "arg": null,
            "description": "show help message and exit"
        },
        {
            "flag": "-i",
            "long": null,
            "arg": null,
            "description": "name of the signed file to verify. Read from stdin if not specified. --keyform=KEYFORM key format of the public key - default PEM"
        }
    ],
    "examples": [],
    "see_also": []
}