From 9d0057d0ec8cdc7f38fd80f93936a5e38b936b21 Mon Sep 17 00:00:00 2001 From: Davide Caputo Date: Tue, 19 Oct 2021 16:44:21 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aaf8ddb..ea034f5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@

+[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/dado1513) + **HideDroid** is an Android app that allows the per-app anonymization of collected personal data according to a privacy level chosen by the user. In a nutshell,**HideDroid** collects all the network traffic generated by the invocation of API calls belonging to analytics libraries, and extract the exported data. From 05ea1b30c0985d343a5977bd0b70eda9f81bfe7e Mon Sep 17 00:00:00 2001 From: Francesco Pagano <35601897+X3no21@users.noreply.github.com> Date: Tue, 19 Oct 2021 16:57:13 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea034f5..d0318c7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,17 @@ Finally, the anonymized data are sent to the expected recipients by mimicking th ## ❱ Publication -More details about **HideDroid** can be found in the paper [You can’t always get what you want: towards user-controlled privacy on Android](https://arxiv.org/abs/2106.02483). +More details about **HideDroid** can be found in the paper [You can’t always get what you want: towards user-controlled privacy on Android](https://arxiv.org/abs/2106.02483): +```BibTex +@misc{caputo2021cant, + title={You can't always get what you want: towards user-controlled privacy on Android}, + author={Davide Caputo and Francesco Pagano and Giovanni Bottino and Luca Verderame and Alessio Merlo}, + year={2021}, + eprint={2106.02483}, + archivePrefix={arXiv}, + primaryClass={cs.CR} +} +``` We submit it for consideration to [IEEE TDSC journal](https://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=8858). From 505b849436d9b0c40fb345565a9baf0bd090b12a Mon Sep 17 00:00:00 2001 From: Davide Caputo Date: Tue, 19 Oct 2021 17:05:58 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d0318c7..9d8decd 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/dado1513) +[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate?hosted_button_id=EQHVHAG9SS8DW) + **HideDroid** is an Android app that allows the per-app anonymization of collected personal data according to a privacy level chosen by the user.