MDM Work Container: Key Hierarchy & Crypto-Shred Wipe (2D)
Interactive 2D simulator of enterprise mobile device management built on real WebCrypto: a container master key (KEK) wraps a per-file data key (DEK) for every managed file, files genuinely decrypt while the KEK exists, and a crypto-shred wipe deletes only the KEK — making every wrapped DEK, and therefore every file, provably unrecoverable via a real cryptographic failure.
This simulator runs a real WebCrypto key hierarchy behind enterprise mobile device management: a genuine AES-GCM container master key (KEK) wraps a genuine per-file AES-GCM data key (DEK) for every managed file, and each file's content is genuinely encrypted under its own DEK. Opening a file performs a real crypto.subtle.unwrapKey + crypto.subtle.decrypt round trip. The remote-wipe control demonstrates crypto-shredding for real: it deletes only the in-memory KEK object, leaving every ciphertext byte and wrapped DEK visibly intact, and every subsequent decrypt attempt genuinely fails with a real WebCrypto OperationError — provable, live proof that the data is unrecoverable without ever touching the bytes on disk.
An interactive 3D simulator of enterprise mobile device management: a hardware root key derives a container key-encryption key that wraps every managed app's data key, app-sandboxing blocks personal apps from crossing the container boundary, and a remote wipe crypto-shreds the container key to instantly destroy all managed data.
2D · HTML5 Canvas 2D · 60 FPS target · runs fully client-side, no install