Hash Verification Workflow (SHA-256 + MD5)
For modern integrity verification, SHA-256 should be your default. MD5 is still useful for legacy compatibility checks.
Process
- Generate source hash before upload/release.
- Publish hash in release notes or manifest.
- Re-hash downloaded artifact and compare.
- Fail deployment if mismatch occurs.