encrypt_value

Function encrypt_value 

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

Encrypts a single value and returns the encoded ciphertext.