Platform Fundamentals · Lesson 02
Redact PII in transit without touching your database schema
What you’ll learn
Learning objectives
Key concepts
AI data masking
Hoop's masking engine detects PII in query responses in real time and redacts it before the data reaches the engineer.
Protocol-layer interception
Masking happens in the wire-protocol response stream between the database and the client. The database itself returns full data; Hoop redacts it in transit.
Schema-preserving protection
Unlike column-level encryption or view-based masking, Hoop requires no schema changes, no custom views, no ALTER TABLE statements, and no migrations. Hoop is deployed in front of the database and protection is immediate.
Direct credentials risk
When engineers hold direct database credentials, organizations rely on good behavior rather than enforced controls. The credentials themselves are the risk surface.
Locked session
Every query, whether its results were masked or not, is recorded in the session log with resource, user, start and end timestamps, and the exact query text.
Check what you learned
Answer each one to reveal the explanation. You can change your selection any time.
Answer 3 short questions about this lesson.
Next lesson · Lesson 03
Just-in-time access with Slack-native approvals and a complete audit trail