encrypt_text

Function encrypt_text 

Source
pub fn encrypt_text(data: &str, password: &str) -> Result<Vec<u8>, Error>