about.html 1.8 KB

123456789101112131415161718192021222324252627282930313233
  1. <ion-header>
  2. <ion-navbar>
  3. <ion-title>About HOSN</ion-title>
  4. </ion-navbar>
  5. </ion-header>
  6. <ion-content padding>
  7. <p>HOSN is an open source app that allows you to use Twitter with additional means of
  8. PRIVACY control. Besides using Twitter normally, HOSN provides you with the ability to
  9. tweet privately and like tweets anonymously. Your private actions are encrypted and
  10. securely stored in a private network, which is accessible only to your followers away from the commercial service providers.</p>
  11. <div class="about-image">
  12. <img src="assets/imgs/about.PNG" alt="About">
  13. </div>
  14. <p>Hybrid OSN was developed by Carsten Porth under the supervision of Aidmar Wainakh and Jörg Daubert as part of a master thesis at TU Darmstadt. It is a prototype which was created as proof of concept.</p>
  15. <h3>Functionality</h3>
  16. <p>1. Anonymous Like: like a tweet without disclosing your identity, thus, Likes cannot be used to track your behavior on Twitter and infer sensitive information about you. The publisher of the tweet will receive your anonymous Like with no link to you.</p>
  17. <p>2. Private Tweet: you would like to share some content with your fellows on Twitter,
  18. still do not want this content to be used for any commercial purposes, HOSN enables
  19. you to tweet that content privately. Your private tweets will be encrypted and stored
  20. away from Twitter Inc. in a private network, where no service providers are taking
  21. advantage of your data. The private network is decentralized and built by many
  22. users’ devices such that no central authority controls it.</p>
  23. <p>HOSN opens the door for public and private communication simultaneously using your
  24. Twitter account. You do not need to switch to a new social network to enjoy your right to PRIVACY. HOSN brings PRIVACY to your favorite social network.</p>
  25. </ion-content>