pub fn decrypt_with_password(password: &[u8], data: &[u8]) -> Result<Vec<u8>>
Expand description

Decrypts data using a password.