You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ℓ-diversity is an advanced anonymization algorithm. In order to anonymize data more reliably while also loosing less potentially valuable information, implement ℓ-diversity. Other anonymization algorithms could also be taken into consideration.
write a PHP library that can anonymize arrays of objects with l-diversity (that's the form that returned database records have)
use the PHP library to anonymize the queried records before storing
for dataset
for related_data
check that relations between tables are kept, while also avoiding them to give away identity
The text was updated successfully, but these errors were encountered:
ℓ-diversity is an advanced anonymization algorithm. In order to anonymize data more reliably while also loosing less potentially valuable information, implement ℓ-diversity. Other anonymization algorithms could also be taken into consideration.
The text was updated successfully, but these errors were encountered: