CloakDLP
CloakDLP watches for a credit card number the moment it's typed, copied, printed, or sent over the network, and can block it outright. Everything runs on your own machine. There is no CloakDLP server, no account, and no telemetry.
Free, open source (MIT), Windows 10/11.
Four channels, one console, one set of policies.
A browser extension reads the card field directly, before the browser ever encrypts it, so this works on real HTTPS checkout pages, not just plain HTTP.
Detects a Luhn-valid card number the instant it's copied, and can clear the clipboard immediately if the matching policy says to block it.
Watches the print queue and can cancel a job outright before it reaches the printer.
A local proxy inspects plain HTTP traffic and can reject a request outright instead of just logging it after the fact.
Optionally require the destination domain to actually look risky (malware/phishing blocklist, WHOIS domain age) before blocking, so a well-known site you shop at just gets logged instead of stopped.
Install the MSI, and the console opens itself, already signed in, already paired, with a working policy. Nothing to copy-paste, no API keys to wire up by hand.
Three pieces, all running locally.
A local web app at 127.0.0.1:8123 where you set policies and watch the live incident feed.
A Windows service covering clipboard, print, and local network traffic.
Covers typed card entry on real checkout pages, which is where most card numbers actually get entered.
The full card number never leaves your browser or your machine. Every match is redacted to the last 4 digits before it's ever written down, into your own local console, running on your own PC. CloakDLP is fully open source under the MIT license, so every claim here is independently verifiable by reading the code.