A captcha you can defend to your DPO.
A captcha sits on your login, your checkout and your contact form - the most sensitive pages you own. That makes it the last place you want a third party building a profile of the person filling them in.
How it works
Your visitors' IP addresses are never stored
An address exists as a local variable for the length of one request and is then gone. What we keep is an HMAC of it under a salt that is random, lives only in Redis and rotates every day - so yesterday's hashes cannot be linked to today's, and no hash can be walked back to an address even by us. The counters under it expire after 24 hours.
No cookies, no fingerprint, no ad-tech
We set no tracking cookies, build no device fingerprint and sell nothing to anyone. Scoring uses what the request itself reveals - headers, and that client's own recent failures. There is no cross-site identifier because there is nothing to correlate.
Nothing loads from an ad network
No Google domain is contacted, and the fonts on this site are self-hosted rather than fetched from Google Fonts. Your visitors' browsers talk to us and to nobody else, which is the part that makes the paragraph in your privacy policy short.
What that means concretely
Each of these is a statement about how the product behaves, not a description of how we feel about it.
Privacy and GDPR in PrivCaptcha: common questions
What privacy and gdpr actually does, and where it stops.
Change two lines. Keep the rest.
10,000 verifications a month are free, and the integration is the one you already have.