pub fn encrypt_bytes(data: &[u8], code: &str) -> Result<String>
Encrypt arbitrary bytes with the given code; returns a base64 payload string.