{
    "content": [
        {
            "type": "text",
            "text": "# crypt (perldoc)\n\n## TLDR\n\n- Encrypt a file:\n  `crypt -e fileToEncrypt outputFile`\n- Decrypt a file:\n  `crypt -d fileToDecrypt outputFile`\n\n*Source: cheat.sh*\n\n---\n\n## Full Content\n\n"
        }
    ],
    "structuredContent": {
        "command": "crypt",
        "section": "-f",
        "mode": "perldoc",
        "summary": null,
        "synopsis": null,
        "tldr_summary": "",
        "tldr_examples": [
            {
                "description": "Encrypt a file",
                "command": "crypt -e fileToEncrypt outputFile"
            },
            {
                "description": "Decrypt a file",
                "command": "crypt -d fileToDecrypt outputFile"
            }
        ],
        "tldr_source": "cheatsh",
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [],
        "sections": []
    }
}