CyloStack
Swift · MITiOS Game · On the App Store
A 2.5D neon stacking game for iOS, and a case study in hardware-backed API security.
Time a sliding disc and stack it; miss the centre and the overhang is sliced away. Two coupled difficulty dials produce 25 distinct modes, each keeping its own personal best, with a global leaderboard that weights every setting by how hard it genuinely plays.
- Apple App Attest verified end-to-end — the Cloudflare Worker decodes the CBOR attestation, walks the X.509 chain to Apple's pinned root CA, and checks a single-use server challenge
- Keys are generated inside the Secure Enclave, so no secret ships in the binary
- Config responses are AES-256-GCM encrypted; requests carry an HMAC-SHA256 signature with a freshness window
- Remote configuration and release gating operated from a Cloudflare Worker





