Skip to main content

decrypt_cookie_value

Function decrypt_cookie_value 

Source
pub fn decrypt_cookie_value(encrypted_value: &[u8]) -> Result<String>
Expand description

ยงErrors

Returns an error if decryption fails, the OS is unsupported, or the result is not valid UTF-8.