Skip to main content

encrypt

Function encrypt 

Source
pub fn encrypt(data: &[u8], password: &str) -> Result<Vec<u8>, String>