§ SECURITY & PRIVACY

Security & Privacy

Blackbar is a tool for not leaking secrets. It would be absurd if the tool itself leaked them — so here is exactly how it handles your data, and how to verify what you download.

Offline by design

Everything — OCR, detection, and redaction — runs locally on your machine. Blackbar has no account, no sign-in, and sends nothing anywhere.

This is what makes Blackbar easy to approve on sensitive or air-gapped machines: there is no data flow to review.

Redaction that can't be undone

A black rectangle drawn over a secret still has the secret underneath; a blur can be reversed on short strings; and the file often still carries EXIF/GPS/XMP metadata. Blackbar avoids all three:

Verify your download

Every release is published with a SHA-256 manifest and a GPG signature, so you can confirm your download is intact and really came from us.

Files: SHASUMS256.txt · SHASUMS256.txt.asc · public key

# 1. check the file hash matches the manifest
shasum -a 256 -c SHASUMS256.txt        # macOS / Linux

# 2. verify the manifest was signed by Blackbar
gpg --import blackbar-signing-key.asc
gpg --verify SHASUMS256.txt.asc SHASUMS256.txt

Expect Good signature from "Blackbar Release Signing". The signing key fingerprint is:

69DF BA36 B149 7CE8 45A0  0091 4779 4781 CF58 7E79

Build & platform integrity

Licensing, without a server

Your license is a small Ed25519-signed token verified entirely on your machine — there is no activation call and no license server to phone home to. The same code activates macOS and Linux. Purchases are handled by Stripe; we never see or store your card details.

Reporting a vulnerability

Found a security issue? Please email [email protected] — see our security.txt. We aim to acknowledge within 72 hours and will credit reporters who want it. Please don't disclose publicly until we've had a chance to fix and ship.