ARM4SNS Web Ressources: Difference between revisions

From
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 42: Line 42:
==Existing SNS==
==Existing SNS==
* [http://reddit.com Reddit]
* [http://reddit.com Reddit]
* [http://www.cs.uu.nl/people/henkp/henkp/pgp/pathfinder/plot/ PGP/GPG web of trust]


==Similar Projects==
==Similar Projects==
Line 83: Line 84:
| [[Image:2dcodes_qrcode.png|frame|QR Code]]
| [[Image:2dcodes_qrcode.png|frame|QR Code]]
|}
|}

==Random Stuff==
[http://www.woodmann.com/fravia/crctut1.htm CRC and how to Reverse it]

Latest revision as of 22:53, 6 February 2006


Reputation Management

Trust

Here you can find some descriptions of trust. Depending of the trust model the authors explain some methods used for establishing trust in P2P applications. The document gives a survey of trust systems (policy based, reputation-based, social networks-based).

The authors examine the issue of managing trust in P2P systems. They focus on reputation based schemes and give also a survey of related work.

This paper presents an attribute vector calculus based approach for modeling a continuum of trust; which models the real world model of trust, as closely as possible.

There is a conflict between trust and privacy. Both depend on knowledge about an entity. They work with multiple virtual identities and link evidences to an identity.

Identity is a central element of computational trust. The lack of a central authority for all entities can be used for privacy protection.

Details for the following documents will follow.

Identity

Existing SNS

Similar Projects

Most 2D barcode projects are designed/used to encode URLs. See RFC 4151 and http://www.taguri.org for a way to create URI schemes (e.g. to encode a public key fingerprint) on the fly.

Bar Codes

AZTEC Code

QR Code

  • Kurzbeschreibung: http://en.wikipedia.org/wiki/QR_Code
  • etwa 2k Daten
  • sehr verbreitet in Japan und insb. 30 Mio. japanischen Mobiltelefonen
  • leider zu patentbehaftet: "QR Code is open in the sense that the specification of QR Code is disclosed and that the patent right owned by Denso Wave is not exercised."

Data Matrix

Datamatrix Code
AZTEC Code
QR Code

Random Stuff

CRC and how to Reverse it