pub fn decrypt_for(path: &Path, environment: Option<&str>) -> Result<String>
Decrypt the file at path using identities from the environment and (when environment is given) the default per-user key file for that environment.
path
environment