Tools.Manager

Module Contents

Classes

Manager

This manages, handles and groups all the tools together.

class Tools.Manager.Manager

This manages, handles and groups all the tools together.

property key
__key
__str__()

Return str(self).

encrypt(to_encrypt: str) str
decrypt(to_decrypt: str) str
hash(to_hash: str, mode='sha256') str