-
Notifications
You must be signed in to change notification settings - Fork 0
aplustools.security.crypto
-
aplustools.security.crypto.algos package * `Module contents
<aplustools.security.crypto.algos#module-aplustools.security.crypto.algos>`_
TBA
exception aplustools.security.crypto.exceptions.NotSupportedError(message: str = '')
Bases:
Exception__init__(message: str = '')
TBA
class aplustools.security.crypto.Backend(*values)
Bases:
EnumOne of the cryptography backends
argon2_cffi = ('aplustools.securit ... rgon2 via argon2_cffi')
bcrypt = ('aplustools.security.crypto._bcrypt', 'Bcrypt backend')
cryptography_alpha = ('aplustools.securit ... ography backend alpha')
pycryptodomex_alpha = ('aplustools.securit ... todomeX backend alpha')
quantcrypt = ('aplustools.securit ... uantum via QuantCrypt')
std_lib = ('aplustools.securit ... ard library fallbacks')
aplustools.security.crypto.set_backend(backends: list[Backend] | None = None) -> None
Sets a new backend for the crypt submodule