Structsยง
- Totp
- TOTP representation broken down into its components.
- Totp
Response
Enumsยง
Constantsยง
- BASE32_
CHARS ๐ - DEFAULT_
ALGORITHM ๐ - DEFAULT_
DIGITS ๐ - DEFAULT_
PERIOD ๐ - STEAM_
CHARS ๐ - UNIFFI_
META_ ๐CONST_ BITWARDEN_ VAULT_ RECORD_ TOTPRESPONSE
Functionsยง
- decode_
b32 ๐ - This code is migrated from our javascript implementation and is not technically a correct base32 decoder since we filter out various characters, and use exact chunking.
- derive_
binary ๐ - Derive the OTP from the hash with the given number of digits.
- derive_
steam_ ๐otp - Derive the Steam OTP from the hash with the given number of digits.
- generate_
totp - Generate a OATH or RFC 6238 TOTP code from a provided key.
- generate_
totp_ cipher_ view - Generate a OATH or RFC 6238 TOTP code from a provided CipherListView.
Type Aliasesยง
- Hmac
Sha1 ๐ - Hmac
Sha256 ๐ - Hmac
Sha512 ๐