Skip to main content

Crate bitwarden_crypto_cipher_suite

Crate bitwarden_crypto_cipher_suite 

Source
Expand description

§bitwarden-crypto-cipher-suite

Decides which cryptographic algorithms are allowed for the current user/environment.

Gov Mode (FedRAMP) deployments must use the FIPS-approved PBKDF2 for a new account’s KDF, while everyone else uses the modern Argon2id default.

Modules§

cipher_suite_client 🔒

Structs§

CryptoCipherSuiteClient
Tells you which cryptographic algorithms to use for the current account and environment.

Traits§

CryptoCipherSuiteClientExt
Extension trait that exposes CryptoCipherSuiteClient on [Client].