{
    "content": [
        {
            "type": "text",
            "text": "# py3rsa-decrypt (man)\n\n## NAME\n\npy3rsa-decrypt - decrypt a file\n\n## SYNOPSIS\n\npy3rsa-decrypt [OPTION]... PRIVATEKEY\n\n## DESCRIPTION\n\nDecrypt  a  file. The original file must be shorter than the key length in order to have been\nencrypted.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (3 subsections)\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "py3rsa-decrypt",
        "section": "",
        "mode": "man",
        "summary": "py3rsa-decrypt - decrypt a file",
        "synopsis": "py3rsa-decrypt [OPTION]... PRIVATEKEY",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "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": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-h --help",
                        "lines": 2,
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-i --input=",
                        "lines": 2,
                        "flag": "-i"
                    },
                    {
                        "name": "-o --output=",
                        "lines": 6,
                        "flag": "-o"
                    }
                ]
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ],
        "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": []
            }
        }
    }
}