.. _f-crypthelper: module ``hackathon.crypt_helper`` ================================= Short summary +++++++++++++ module ``ensae_projects.hackathon.crypt_helper`` Encrypting, decrypting. :githublink:`%|py|6` Functions +++++++++ +-----------------------------------------------------------------------------+-----------------------------------------------------------------------------+ | function | truncated documentation | +=============================================================================+=============================================================================+ | :func:`_default_name ` | Returns a default username. | +-----------------------------------------------------------------------------+-----------------------------------------------------------------------------+ | :func:`get_password ` | Retrieves a password assocatied to *key*. Relies on module :epkg:`keyring`. | +-----------------------------------------------------------------------------+-----------------------------------------------------------------------------+ | :func:`set_password ` | Stores a password assocatied to *key*. Relies on module :epkg:`keyring`. | +-----------------------------------------------------------------------------+-----------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: ensae_projects.hackathon.crypt_helper :members: :special-members: __init__ :show-inheritance: