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