pub fn decrypt_bytes(payload_b64: &str, code: &str) -> Result<Vec<u8>>
Decrypt a base64 payload into bytes using the given code.