(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

What is it about?

This article talks about the main data anonymization techniques used on the Internet of Things. It lists the positive and negative points of the anonymization techniques found in the literature.

Why is it important?

The paper presents an overview of the main anonymization techniques used to anonymize data generated by IoT devices.

Read more on Kudos…
The following have contributed to this page:
Flavio Neves
' ,"url"));