How we protect data from capture to delivery.
All communication between Zoomer devices, our servers, and orderer systems uses TLS 1.3 with perfect forward secrecy. This ensures that even if a private key is compromised in the future, past communications remain secure.
All stored data is encrypted using AES-256. This includes submission images, metadata, user profiles, and payment records. Encryption keys are managed through AWS KMS with strict access controls.
Submission images receive special protection. Each image is encrypted individually with a unique key derived from the submission ID. Images are decrypted only at the point of delivery to authorised orderers.