Capture a region with Ctrl+Shift+2 — or paste a screenshot — and Blackbar finds IPs, hostnames, API keys, JWTs, hashes and connection strings and destroys the pixels: not a blur you can undo, an opaque burn into a fresh bitmap with every scrap of metadata stripped. Runs entirely on your machine. No account, no telemetry, no network calls.
Consistent session pseudonyms — the same value becomes the same label ([IP-1], [HOST-1], [AWSKEY-1]) across every screenshot in a report.



Run the installer and you are done. The MSI is there for fleet deployment via Intune, SCCM or Group Policy. Windows on ARM gets a native ARM64 build — no emulation.
# silent install (x64) msiexec /i Blackbar_1.0.0_x64_en-US.msi /qn /norestart # silent install (ARM64) msiexec /i Blackbar_1.0.0_arm64_en-US.msi /qn /norestart
The Windows installer is not yet Authenticode-signed, so SmartScreen may warn on first run — choose More info → Run anyway. The signed SHA-256 manifest below is how you verify it is genuinely ours.
Every release ships a SHA-256 manifest and a GPG signature. Confirm your download is intact and really came from us.
# fetch the manifest, signature and key curl.exe -O https://dl.getblackbar.com/SHASUMS256.txt curl.exe -O https://dl.getblackbar.com/SHASUMS256.txt.asc curl.exe -O https://dl.getblackbar.com/blackbar-signing-key.asc # check the hash, then the signature Get-FileHash .\Blackbar_1.0.0_x64-setup.exe -Algorithm SHA256 gpg --import blackbar-signing-key.asc gpg --verify SHASUMS256.txt.asc SHASUMS256.txt
Signing key fingerprint 7ABA D5C3 DC9D A715 8635 459C EDAA EF2F C716 4A46 · full details on the Security & Privacy page.