bitwarden_vault

Module totp

source

Structsยง

Enumsยง

Constantsยง

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 a OATH or RFC 6238 TOTP code from a provided key.
  • Generate a OATH or RFC 6238 TOTP code from a provided CipherListView.

Type Aliasesยง