pub fn encrypt_value( value: &str, key: &str, ) -> Result<String, ConfigSecretsError>
Encrypts a single value and returns the encoded ciphertext.