decrypt_value

Function decrypt_value 

Source
pub fn decrypt_value(
    input: &str,
    key: &str,
) -> Result<String, ConfigSecretsError>
Expand description

Decrypts a single value. Accepts either SECRET(...) format or raw encoded string.