Skip to main content

encrypt_data

Function encrypt_data 

Source
pub fn encrypt_data(password: &[u8], data: &[u8]) -> Result<Vec<u8>, Error>