decrypt_text_from_base64

Function decrypt_text_from_base64 

Source
pub fn decrypt_text_from_base64(
    encrypted: &str,
    password: &str,
) -> Result<String, Error>