GDPR / Data Subject Compliance
Data subject access + erasure flows: API + admin endpoints to look up everything Codex/Inkwell/etc. holds about an email, plus a verified erasure path that scrubs PII while retaining the audit log. Throttled to prevent enumeration. Documented retention windows per data type. PII masking helpers for log + API redaction.
Projects
- Applicant tracking system2025-08-15
ATS with pipeline kanban, candidate notes, interview scheduling, GDPR-compliant data subject flows.
Industry: recruiting - Healthcare scheduling app2024-11-20
Provider-side scheduling + intake forms with insurance verification flow.
Industry: healthcare - Inkwell — Form Submission API2026-06-09
HTML form ingestion API with spam scoring, multi-destination fan-out (email/Slack/HubSpot/etc), and a 3 KB JS widget.
Packages (9)
- @philiprehberger/dotnet-maskerdotnet
Mask and redact sensitive data in strings and objects for safe logging.
- @philiprehberger/go-slog-redactgo
Sensitive field redaction middleware for Go's `log/slog`
- @philiprehberger/kt-mask-kitkotlin
Data masking for sensitive values in logs and API responses.
- @philiprehberger/php-maskphp
Mask sensitive data in strings, arrays, and objects for safe logging
- @philiprehberger/py-masked-printpython
Automatically mask sensitive values (API keys, passwords, tokens) in logs and print output
- @philiprehberger/py-secret-maskpython
Automatically detect and mask secrets in strings and dicts.
- @philiprehberger/rb-maskruby
Data masking library with auto-detect PII redaction for strings and nested structures
- @philiprehberger/rs-maskrust
Data masking and redaction for strings, emails, and sensitive data
- @philiprehberger/mask-kittypescript
Data masking and redaction for logs and APIs