Abstract The enormous popularity of Online Social Networks (OSNs) dramatically changed the way people communicate and interact with each other. Unfortunately, the centralized control employed by OSN providers, such as Facebook, have negative impacts as it leads to privacy concerns. In fact, OSN providers can directly access a big amount of information about users and infer further information when using data mining techniques (e.g., about the on line interactions among two users). With this work we propose VirtualFriendship, i.e., a collaborative solution that allows OSN users to browse each others' ``profile" and to exchange messages in the OSN, while the end-peers of the interactions remain anonymous with respect to the OSN provider. We demonstrate by a proof of knowledge implementation (VF-App) the feasibility of our solution. Furthermore, our analysis and thorough set of experiments also show that the overhead introduced by our solution is very limited, and we believe negligible from a user perspective. Proposed Solution The setup To set up the Firefox Add-on, a user has to first install the extension on his browser, and then import the information that the plugin automatically import. The second step is install Vidalia, who let the user to use the Tor network. Another step is configuring an email client. In the last step the user has to login into facebook. These steps are illustrated by figures below: ![]() Structure of the xml files { "friendlist": { "friend": [ { "username": "username1", "name": "Name Surname", "publicKey": "public key 1" }, .................. ] } } { "localuser": { "username": "username1", "name": "Name Surname", "publicKey": "public key 1" } } Results |