Applied Research Series

Verify Publication Integrity

Confirm that a downloaded Balance On Hand Research publication has not been modified.

Coming Soon

Upload a downloaded BOHR paper to verify its authenticity. The system will compute the file hash and compare it against published records.

How it will work:

  1. Upload a downloaded BOHR publication (Markdown or PDF)
  2. The website computes SHA-256 and MD5 hashes in your browser
  3. Hashes are compared against published records
  4. Result: Authentic or Modified

Manual Verification

Until the automated tool is available, you can manually verify any BOHR publication:

  1. Visit the paper's page (e.g., /research/papers/bohr-001)
  2. Scroll to the Integrity Verification section
  3. Compare the displayed SHA-256 hash against the hash of your downloaded file

On most systems, you can compute a file hash from the command line:

macOS / Linux:
sha256sum bohr-001-v6.pdf

Windows (PowerShell):
Get-FileHash bohr-001-v6.pdf -Algorithm SHA256