pub fn encrypt_strong( plaintext: &[u8], passwords: &[Vec<u8>], ) -> Result<Vec<u8>>
Strong encrypt data with one or more passwords – for private / sensitive data.