Skip to main content

encrypt_weak

Function encrypt_weak 

Source
pub fn encrypt_weak(plaintext: &[u8], passwords: &[Vec<u8>]) -> Result<Vec<u8>>
Expand description

Weak encrypt data with one or more passwords - for public-at-rest data where speed matters more.