Tutorial 1 · 8 steps
A shared group vault, end to end
The place to start. Two people share one page. Create a vault, encrypt a document,
admit a colleague, watch them read history from before they joined — then
revoke them and watch the door close.
Partway through, an outsider holding the server’s entire dataset tries every key
slot and fails. That is the whole argument for this product, and it takes about two
minutes to watch.
- The backup gate refusing a real vault operation before enrolment
- A new member inheriting the full history, verified from genesis
- An outsider with all the ciphertext getting nowhere
- Revocation as a key rotation, not a permission flag
Tutorial 2 · 6 steps
Losing a device, and getting back in
The question every IT team asks second, right after “can you read it?” — because
mandatory encryption without a recovery story is just a data-loss machine with good
intentions.
Destroy a device completely, try the wrong recovery credential and get refused, then
restore from a deliberately stale backup and watch it recover everything
that happened after the backup was taken.
- A 128-bit recovery credential, generated on the device and shown once
- A wrong credential refused by arithmetic — we have no reset path
- The same identity restored, so it is the same member, not a new one
- Records written after the backup, recovered anyway