IoT Fleet Encryption & Key Rotation
Interactive 3D simulator of a sensor-to-gateway IoT fleet: pick a cipher (none, AES-128, AES-256, ChaCha20-Poly1305), set the key-rotation interval and packet rate, and watch the real energy, bandwidth and key-exposure tradeoffs play out live.
A ring of sensor devices streams packets to a central gateway in real time, and every design choice you'd actually face building an IoT product is exposed as a live control: which cipher runs on the device (plaintext, AES-128-CCM, AES-256-GCM or ChaCha20-Poly1305), how many devices are in the fleet, how fast they report, and how often the session key rotates. The simulator computes the real engineering tradeoff behind that choice — radio and cryptography energy per packet, battery life on a fixed cell, header/tag bandwidth overhead, and the practical key-exposure window versus the (essentially irrelevant) theoretical brute-force time — updating every number as packets fly across the scene and the key visibly rotates at the gateway.
Interactive 3D simulator of a sensor-to-gateway IoT fleet: pick a cipher, set the key-rotation interval and packet rate, and watch the real energy, bandwidth and key-exposure tradeoffs play out live.
3D · Three.js / WebGL renderer · 60 FPS target · runs fully client-side, no install