{
    "mode": "man",
    "parameter": "py3rsa-decrypt",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/py3rsa-decrypt/1/json",
    "generated": "2026-06-03T00:21:27Z",
    "synopsis": "py3rsa-decrypt [OPTION]... PRIVATEKEY",
    "sections": {
        "NAME": {
            "content": "py3rsa-decrypt - decrypt a file\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "py3rsa-decrypt [OPTION]... PRIVATEKEY\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Decrypt  a  file. The original file must be shorter than the key length in order to have been\nencrypted.\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 file to decrypt. read from stdin if not specified.\n",
                    "flag": "-i"
                },
                {
                    "name": "-o --output=",
                    "content": "name of the file to write the decrypted file to. write to stdout if this option is not\npresent.\n\n--keyform=KEYFORM\nkey format of the private key - default PEM\n",
                    "flag": "-o"
                }
            ]
        },
        "AUTHOR": {
            "content": "py3rsa-decrypt was written by Sybren A. Stuvel <sybren AT stuvel.eu>.\n\n\n\npy3rsa-decrypt(1)",
            "subsections": []
        }
    },
    "summary": "py3rsa-decrypt - decrypt a file",
    "flags": [
        {
            "flag": "-h",
            "long": "--help",
            "arg": null,
            "description": "show help message and exit"
        },
        {
            "flag": "-i",
            "long": null,
            "arg": null,
            "description": "name of the file to decrypt. read from stdin if not specified."
        },
        {
            "flag": "-o",
            "long": null,
            "arg": null,
            "description": "name of the file to write the decrypted file to. write to stdout if this option is not present. --keyform=KEYFORM key format of the private key - default PEM"
        }
    ],
    "examples": [],
    "see_also": []
}