pub fn decrypt_value( input: &str, key: &str, ) -> Result<String, ConfigSecretsError>
Decrypts a single value. Accepts either SECRET(...) format or raw encoded string.
SECRET(...)