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:
- Upload a downloaded BOHR publication (Markdown or PDF)
- The website computes SHA-256 and MD5 hashes in your browser
- Hashes are compared against published records
- Result: Authentic or Modified
Manual Verification
Until the automated tool is available, you can manually verify any BOHR publication:
- Visit the paper's page (e.g., /research/papers/bohr-001)
- Scroll to the Integrity Verification section
- 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