RPBLC Privacy infrastructure for the AI era. > Detailed technical reference: https://rpblc.com/llms-full.txt Who it is for: - Engineering teams handling PII - Security/compliance teams needing consent and audit controls - AI builders who need zero-PII model context by default - Organizations preparing for GDPR, CCPA, and emerging privacy regulation Products: # Firewall Real-time data protection proxy. Intercepts data in transit, detects PII, and applies per-value decisions (tokenize, redact, anonymize, or pass through) before data reaches its destination. Works standalone or integrated with the full stack. <25ms p99. https://rpblc.com/firewall # Vault Compliant storage gateway. The only system that stores PII. Three-tier encryption (HSM → per-subject KEK → per-entry DEK, AES-256-GCM). Jurisdiction-aware routing. Tamper-evident audit. Pluggable backends. https://rpblc.com/vault # CMP (Consent Management Platform) Consent engine. Tracks consent as a matrix: subject × data item × purpose. Enforces the four GDPR pillars (clear, separate, specific, informed) as system constraints. Pushes state to Firewall for zero-latency checks. Default deny. https://rpblc.com/cmp # PIMS (Personal Information Management System) Rights orchestrator. Coordinates data subject rights (access, erasure, portability, rectification, restriction, residency migration) across Vault, CMP, and Firewall. One request in, coordinated action, itemized result out. https://rpblc.com/pims # Portal Unified subject interface. One place for people to manage consent and exercise data rights. Pure presentation layer — stores nothing. Three delivery models: hosted, whitelabel, or API-only. https://rpblc.com/portal # DAM (Open Source) PII firewall for AI agents. Intercepts LLM API calls, replaces PII with typed references, resolves them back on return. 45 PII types across 13 locales. Runs locally, offline. Apache 2.0. https://rpblc.com/dam Compliance coverage: - GDPR, CCPA/CPRA, SOC 2 Type II, ISO 27001, ISO 27701 Links: - Website: https://rpblc.com - GitHub (org): https://github.com/RPBLC-hq - GitHub (DAM): https://github.com/RPBLC-hq/RPBLC.DAM