Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 467 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 467 Bytes

Stream anonymization

The goal of the project is to anonymize streamed data in a way that the resulting dataset approximates a specified k-anonymity and t-closeness.

Current status

The program currently reads the provided csv data file and runs several, currently hardcoded rules on it, saving the results to output.csv.

Sources