Integrity Hash
A cryptographic hash is a simple building block for detecting content changes.
PowerShell
Section titled “PowerShell”Get-FileHash .\artifact.pdf -Algorithm SHA256Example result:
Algorithm : SHA256Hash : 4A1D...Path : C:\project\artifact.pdfVerification
Section titled “Verification”Compare the observed hash with the expected value from the associated evidence.
A matching hash establishes content equality against that recorded value.
It does not by itself establish authorship, provenance or semantic correctness.