Wise Independent Network
WIN packets make files self-verifying.
If even one byte changes, verification fails.
Create a WIN packet
winstack win contract.pdf
This produces
contract.pdf.win.zip
Verify anywhere
winstack verify contract.pdf.win.zip
Output
VERIFIED or TAMPERED
artifact → hash(bytes) → proof → verification
If the bytes change, verification fails.
W.I.N (Wise Independent Network) is a minimal protocol for portable artifact verification.
It allows any digital file to carry its own proof of integrity.
A WIN packet contains:
artifact bytes
proof record
manifest
The internet currently has no universal way to prove a file hasn't been modified.
W.I.N provides a simple portable verification protocol.
src/ reference implementation
spec/ protocol specification
examples/ demonstration artifacts
tests/ verification tests
MIT