decrypt_text

Function decrypt_text 

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