Encryption
All traffic between the marketing site, the Shopify embedded app, our cron server, and the database is encrypted in transit using TLS 1.2+. Database storage (Supabase Postgres) is encrypted at rest with AES-256 by default, including automated backups.
One-click unsubscribe tokens in outgoing email are signed with HMAC (SHA-256) and validated on arrival — tampered or forged links are rejected.