idle
bit = 0 bit = 1 rows x0…x4 (64-bit words)
⚠ Couldn't load the 3D engineThree.js failed to load from the CDN. Check your connection and reload.

Lightweight Cryptography for IoT: ASCON Permutation Lab

Battery-powered IoT sensors cannot afford the RAM, code size, or energy budget of full AES-128 — which is why NIST standardized ASCON in 2023 as the lightweight authenticated-encryption cipher for constrained devices. This simulator executes ASCON's real 320-bit sponge permutation — the actual bit-sliced 5-bit S-box and rotate-XOR linear diffusion layer, computed with BigInt 64-bit words — and renders every one of the 320 state bits as a live-updating cube grid in 3D as encryption proceeds round by round. Adjustable message size and MCU clock drive a comparative energy model against AES-128 and a simulated coin-cell battery, making concrete why lightweight cryptography exists: the same security guarantees, at a fraction of the energy cost, for the billions of constrained IoT endpoints that a full block cipher would drain in days.