Skip to main content

decrypt_secret

Function decrypt_secret 

Source
pub async fn decrypt_secret(
    ciphertext: &str,
    age_identities: &[PathBuf],
) -> Result<String>
Expand description

Decrypt stored ciphertext, routing purely on its tag. age_identities is consulted for age ciphertext and the age branch of a hybrid envelope.