[][src]Module pbd::dtc

Background

The practice of implementing Data Tracker Chains addresses the following Privacy Design Strategies:

  • Inform
  • Control
  • Demonstrate

Whenever data is passed through Actors (e.g.: data collection between an online portal and the backend service to order the product), it is important to ensure that data lineage is tracked and retained.

A privacy engineering practice that supports the real-time recording of data ineage is to implement a Data Tracking Chain that lives with the data.

Modules

error

Data Tracker Chain specific Errors

Structs

Marker

Represents a Marker

MarkerIdentifier

Represents a MarkerIdentifier

Tracker

Represents a Tacker (a.k.a. MarkerChain)

Statics

DIFFICULTY