.. _f-encryptionfilecli: module ``cli.encryption_file_cli`` ================================== Short summary +++++++++++++ module ``pyquickhelper.cli.encryption_file_cli`` encrypt and decrypt command lines for just a file :githublink:`%|py|5` Functions +++++++++ +---------------------------------------------------------------------------+--------------------------------------------------------------------------+ | function | truncated documentation | +===========================================================================+==========================================================================+ | :func:`decrypt_file ` | Decrypts using class :func:`decrypt_stream`. | +---------------------------------------------------------------------------+--------------------------------------------------------------------------+ | :func:`do_main ` | Encrypt or decrypt of a file | +---------------------------------------------------------------------------+--------------------------------------------------------------------------+ | :func:`encrypt_file ` | Encrypts using class :func:`encrypt_stream`. | +---------------------------------------------------------------------------+--------------------------------------------------------------------------+ | :func:`get_parser ` | defines the way to parse the magic command ``%encrypt`` and ``%decrypt`` | +---------------------------------------------------------------------------+--------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyquickhelper.cli.encryption_file_cli :members: :special-members: __init__ :show-inheritance: