pub fn decrypt_password( ciphertext: &[u8], password: &str, salt: &[u8; 16], nonce: &[u8; 12], ) -> Result<Vec<u8>>
Decrypt data using password-based decryption