Skip to main content

parse

Function parse 

Source
pub(crate) fn parse(
    file: Vec<u8>,
    password: Option<String>,
    key_file: Option<Vec<u8>>,
) -> Result<ParsedImport, ImportError>
Expand description

Parses a KeePass KDBX database, zeroizing the secret inputs (file bytes, password, key file).