-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Max Ivankovsky edited this page Aug 12, 2026
·
2 revisions
CloakDLP is a Windows tool that catches a credit card number the moment it's typed, copied, printed, or sent over the network, before it leaves the machine, and can optionally block it outright. It runs entirely on your own PC: there is no CloakDLP-operated server, no telemetry, and nothing is ever sent anywhere except the redacted last-4 digits into your own local console.
This wiki covers day-to-day use: installing it, configuring what it should do when it finds a match, and working through problems. For the underlying design and why things work the way they do, see ARCHITECTURE.md in the main repository.
- Installation: installing the MSI and the browser extension
- Configuring Policies: data types, channels, and what happens on a match (log, flag, or block)
- Troubleshooting and FAQ: answers to the things that actually come up
- Architecture Overview: a short map of the moving parts, with links to the full design doc
- Building From Source: for anyone who wants to build or modify CloakDLP themselves