Skip to main content

Crate keyroost_import

Crate keyroost_import 

Source
Expand description

Import helpers for Molto2 programming: otpauth:// URI parsing and (with the bulk feature) Aegis / 2FAS plaintext JSON parsers. The encrypted feature additionally pulls in scrypt + AES-GCM for decrypting password-protected Aegis vaults.

Re-exports§

pub use otpauth::parse as parse_otpauth;
pub use otpauth::OtpAuth;
pub use otpauth::OtpAuthError;

Modules§

otpauth
Minimal otpauth:// URI parser.