60-second demo

Synthesizes behavior, derives a key, encrypts a sample doc into .aadi, then decrypts it — all in your browser.

Walkthrough
  1. Synthesize 3 behavioral samples
  2. Average → behavioral template
  3. Derive 256-bit seed (SHA-256)
  4. PBKDF2-SHA256 → AES + HMAC keys
  5. Encrypt sample doc → .aadi
  6. Verify HMAC & decrypt
  7. Done
// awaiting demo…