Skip to main content

build_totp

Function build_totp 

Source
fn build_totp(entry: &EntryRef<'_>) -> Option<String>
Expand description

Builds the login TOTP value from either KeePassXC’s otp field or KeePass 2.x’s TimeOtp-* fields, returning a Base32 secret for default settings or an otpauth URI otherwise.