pub fn decrypt_file<P: AsRef<Path>>( path: P, key: &str, ) -> Result<String, ConfigSecretsError>
Decrypts a configuration file and returns the content as a string.