pub fn encrypt_weak(plaintext: &[u8], passwords: &[Vec<u8>]) -> Result<Vec<u8>>
Weak encrypt data with one or more passwords - for public-at-rest data where speed matters more.