pub fn decrypt_with_keyfile( ciphertext: &[u8], identity_str: &str, ) -> Result<Vec<u8>>
Decrypt data using an age identity (keyfile).