.. _f-encrypthelper: module ``args.encrypt_helper`` ============================== Short summary +++++++++++++ module ``lightmlrestapi.args.encrypt_helper`` Helper about encryption. :githublink:`%|py|5` Functions +++++++++ +----------------------------------------------------------------------------------+------------------------------------------------------------------------------+ | function | truncated documentation | +==================================================================================+==============================================================================+ | :func:`encrypt_password ` | Encrypts one password. | +----------------------------------------------------------------------------------+------------------------------------------------------------------------------+ | :func:`encrypt_passwords ` | Encrypts users passwords. | +----------------------------------------------------------------------------------+------------------------------------------------------------------------------+ | :func:`load_passwords ` | Loads the encrypted passwords from a filename, a dataframe, a list of tuple. | +----------------------------------------------------------------------------------+------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: lightmlrestapi.args.encrypt_helper :members: :special-members: __init__ :show-inheritance: