.. _f-encryptioncli: module ``cli.encryption_cli`` ============================= Short summary +++++++++++++ module ``pyquickhelper.cli.encryption_cli`` encrypt and decrypt command lines :githublink:`%|py|5` Functions +++++++++ +------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +==================================================================+========================================================================================================================================+ | :func:`decrypt ` | Decrypts using class :class:`EncryptedBackup`. The function relies on module :epkg:`pycrypto`, :epkg:`cryptography`, ... | +------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ | :func:`do_main ` | Encrypts or decrypts a folder, see :class:`EncryptedBackup`. The function relies on module :epkg:`pycrypto`, :epkg:`cryptography`, ... | +------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ | :func:`encrypt ` | Encrypts using class :class:`EncryptedBackup`. The function relies on module :epkg:`pycrypto`, :epkg:`cryptography`, ... | +------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ | :func:`get_parser ` | Defines the way to parse the magic command ``%encrypt`` and ``%decrypt``. | +------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyquickhelper.cli.encryption_cli :members: :special-members: __init__ :show-inheritance: