Skip to main content

decrypt_file

Function decrypt_file 

Source
fn decrypt_file(
    path: &Path,
    passphrase: &str,
) -> Result<BTreeMap<String, StoredSecret>, AppError>
Expand description

Decrypt a secrets.enc file and return the stored map.