Skip to content

aplustools.security.crypto

github-actions[bot] edited this page Jul 13, 2025 · 1 revision

aplustools.security.crypto package

Subpackages

Submodules

aplustools.security.crypto.exceptions module

TBA

exception aplustools.security.crypto.exceptions.NotSupportedError(message: str = '')

Bases: Exception

__init__(message: str = '')

Module contents

TBA

class aplustools.security.crypto.Backend(*values)

Bases: Enum

One 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

Clone this wiki locally