Output Is Not A Model sha256

Document Integrity Verification · Output Is Not a Model · The Rogue Protocol
Forensic Intelligence Note · The Rogue Protocol · Document Integrity

Output Is Not
a Model

Paul Faulkner · June 2026
Restricted Distribution · SHA-256 Integrity Registered
Output Is Not a Model.pdf
72539A060E6DB532AE970321954F2E163EF7AA52C4DE1B23F2991C639CF685D8
Forensic Intelligence Note · June 2026
Output Is Not a Model — Deck.pdf
89F703EDBDAB363CA389656CB9A15265FFB004FBCF6CDF99E390DA60A12E831A
Companion Deck · June 2026
These hashes are registered against the unmodified originals. Any version of either document whose computed hash does not match the registered value has been modified after publication. Registered June 2026.

SHA-256 (Secure Hash Algorithm 256-bit) was developed by the NSA and adopted by NIST as a federal information processing standard. It is used in military and intelligence communications, underpins the TLS certificates that secure every HTTPS connection on the web, and is the algorithm at the heart of Bitcoin’s proof-of-work mechanism — the same process that makes its ledger computationally tamper-evident. It is not an emerging standard. It is the standard.

It works by computing a unique 64-character fingerprint from the complete binary content of a file. Identical files always produce identical fingerprints, without exception. Any modification to the document — a single character added, removed, or changed — produces a completely different hash. This is not an approximation or a probabilistic test. It is a binary determination: your copy either matches the registered hash or it does not. If it does, the document you hold is identical to the one published.

Verify Your Copy

Drop either PDF below. The hash is computed entirely in your browser — the file is not uploaded anywhere. The verifier automatically identifies which document it is.

Drop PDF here
or click to select file
Computing SHA-256 ···
Computed hash
Zero Tracking · Client-Side Only

This page carries no analytics, no tracking scripts, and no third-party data collection of any kind. There is no tag manager, no pixel, no session recorder. The registered hash is the only data this page holds.

The SHA-256 computation runs entirely in your browser using its native Web Crypto API. Your file is never transmitted, stored, or seen by anyone — it does not leave your machine.

This page exists for one purpose: to give the recipient of this document a clean, verifiable trust boundary between them and the work.

Run the appropriate command for your operating system in the same directory as your PDF. Compare the output character-for-character against the registered hash above.

macOS
Note
shasum -a 256 "Output Is Not a Model.pdf"
Deck
shasum -a 256 "Output Is Not a Model - Deck.pdf"
Open Terminal · navigate to the folder containing your PDF · paste and run
Linux
Note
sha256sum "Output Is Not a Model.pdf"
Deck
sha256sum "Output Is Not a Model - Deck.pdf"
Open Terminal · navigate to the folder containing your PDF · paste and run
Windows · PowerShell
Note
Get-FileHash "Output Is Not a Model.pdf" -Algorithm SHA256
Deck
Get-FileHash "Output Is Not a Model - Deck.pdf" -Algorithm SHA256
Right-click Start → Windows PowerShell · navigate to folder · paste and run
Windows · Command Prompt
Note
certutil -hashfile "Output Is Not a Model.pdf" SHA256
Deck
certutil -hashfile "Output Is Not a Model - Deck.pdf" SHA256
Press Win + R → type cmd → navigate to folder · paste and run