Function aes_rust::anyway::decode_to_string

source ·
pub fn decode_to_string(text: &str) -> Result<String, (Utf8Error, Vec<u8>)>
Expand description

Decodes AES and EAES to a string.

Returns an error alongside a vector with the decoded data if it can’t be constructed into a String.

For more information, check the module’s documentation.