Difference between revisions of "Trust Registry Identifier"

From MgmtWiki
Jump to: navigation, search
(Problems)
(Solution)
Line 9: Line 9:
  
 
==Solution==
 
==Solution==
[[Trust Registry Identifier]] is based on the [https://github.com/decentralized-identity/sidetree  Sidetree], which this project uses internally with the code required to run the protocol on Bitcoin, as the TR network.
+
[[Trust Registry Identifier]] is based on the [https://github.com/decentralized-identity/sidetree  Sidetree], which this project uses internally to assure that all identifiers are unique for the TR network.
  
 
==References==
 
==References==

Revision as of 10:08, 18 September 2020

Full Name

Trust Registry Identifier is a Decentralized Identifier that implements a Sidetree protocol built on top of Bitcoin.protocols.

Context

Problems

  • Existing Identifier Providers, like Google and Yahoo, extract information from users of their services for their own purposed which compromise the user's privacy.
  • Most other Decentralized Identifiers have abandoned well-testing and certified security protocols in favor of esoteric, new and untested protocols that are not supported by the hardware protected keystores that are necessary to achieve high levels of authentication assurance.

Solution

Trust Registry Identifier is based on the Sidetree, which this project uses internally to assure that all identifiers are unique for the TR network.

References