Danube Tech must be the longest running firm working towards user-owned and controlled internet identity.
* [Danube Tech](http://danubetech.com/) — digital identity and personal data, including personal agents, semantic graphs, and blockchain ([**xdi**](https://xdi2.org)) ([**navigator**](https://github.com/projectdanube/xdi2))
* *member of Sovrin and Decentralized Identity foundations*
[Markus Sabadello (Peacekeeper)](http://mydata2016.org/speaker/markus-sabadello/) [[**T**](https://twitter.com/peacekeeper)] [[**G**](https://github.com/peacekeeper)] [[**B**](https://medium.com/@markus.sabadello)] has been working on XDI personal data stores since as early as 2010.
>This is an open-source project offering software for identity and personal data services on the Internet. The core of this project is an XDI-based Personal Data Store - a semantic database for your personal data, which always remains under your control. Applications on top of this database include the Federated Social Web, the selective sharing of personal data with organizations, and much more.
* [A position paper on blockchain enabled identity and the road ahead](https://www.bundesblock.de/wp-content/uploads/2018/10/ssi-paper.pdf)—Identity Working Group of the German Blockchain Association [[**ϟ**](https://www.bundesblock.de/2018/10/23/position-paper-self-sovereign-identity/)]
>In a SSI proof-of-concept during the first half of 2018, 3 banks, an insurance company, the Austrian Post, and an institution representing notaries has cooperated to implement a range of use cases based on DIDs, Verifiable Credentials, Sovrin, and the XDI protocol. The use cases included:
> * digital ID onboarding for existing clients,
> * SSO for new clients,
> * sharing of KYC data between organizations,
> * dynamic data verification (change-of-address),
> * secure communication (e-mail with ID confirmation),
> * change of identity service providers,
> * personal ID verification in a peer-to-peer marketplace
>[XDI.org](https://xdi.org) is a non-profit public trust organization whose purpose is to provide public infrastructure for digital identity, security, and privacy using the open standard XDI semantic data interchange protocol developed by the OASIS XDI Technical Committee.
*<ahref="https://github.com/projectdanube/xdi2-tools"target="_blank">/projectdanube/xdi2-tools</a> - XDI2 maintenance and other tools
*<ahref="https://github.com/projectdanube/xdi2-connector-personal"target="_blank">/projectdanube/xdi2-connector-personal</a> - A connector plugin for the XDI2 server that maps data from Personal.com to XDI
*<ahref="https://github.com/projectdanube/xdi2-docker"target="_blank">/projectdanube/xdi2-docker</a> - Dockerfiles for XDI2
*<ahref="https://github.com/projectdanube/xdi2-connect-buttonbuilder"target="_blank">/projectdanube/xdi2-connect-buttonbuilder</a> - "Button Builder" component for the XDI Connect protocol
*<ahref="https://github.com/projectdanube/xdi2"target="_blank">/projectdanube/xdi2</a> - XDI2 general purpose library and server
*<ahref="https://github.com/projectdanube/xdi-js"target="_blank">/projectdanube/xdi-js</a> - XDI client library for JavaScript
*<ahref="https://github.com/projectdanube/xdi2-connect-core"target="_blank">/projectdanube/xdi2-connect-core</a> - Shared library for the XDI Connect protocol
*<ahref="https://github.com/projectdanube/xdi2-bdb"target="_blank">/projectdanube/xdi2-bdb</a> - Support for using BDB as XDI2 backend storage
*<ahref="https://github.com/projectdanube/xdi2-mongodb"target="_blank">/projectdanube/xdi2-mongodb</a> - Support for using MongoDB as XDI2 backend storage
*<ahref="https://github.com/projectdanube/xdi2-server-heroku"target="_blank">/projectdanube/xdi2-server-heroku</a> - XDI2 Server deployed via Heroku
*<ahref="https://github.com/projectdanube/xdi2-redis"target="_blank">/projectdanube/xdi2-redis</a> - Support for using Redis as XDI2 backend storage
*<ahref="https://github.com/projectdanube/xdi2-tor"target="_blank">/projectdanube/xdi2-tor</a> - Integration of XDI and Tor
*<ahref="https://github.com/projectdanube/xdi2-ipfs"target="_blank">/projectdanube/xdi2-ipfs</a> - Integration of XDI and IPFS
*<ahref="https://github.com/projectdanube/withsqlite"target="_blank">/projectdanube/withsqlite</a> - A module for a python dict that back ends on an sqlite3 database. It's bit like shelve but with json and sqlite3.
*<ahref="https://github.com/projectdanube/xdi2-selfhosted"target="_blank">/projectdanube/xdi2-selfhosted</a> - A configuration profile of the XDI2 server for self-hosting a single XDI graph.
*<ahref="https://github.com/projectdanube/xdi2-csp"target="_blank">/projectdanube/xdi2-csp</a> - A configuration profile of the XDI2 server for hosting a dynamic number of XDI graphs.
*<ahref="https://github.com/projectdanube/xdi2-example-advanced-server"target="_blank">/projectdanube/xdi2-example-advanced-server</a> - XDI2 Examples: Setting up advanced XDI servers.
*<ahref="https://github.com/projectdanube/xdi2-example-core"target="_blank">/projectdanube/xdi2-example-core</a> - XDI2 Examples: Simple uses of the core functionality.
*<ahref="https://github.com/projectdanube/xdi2-example-secp256k1-server"target="_blank">/projectdanube/xdi2-example-secp256k1-server</a> - Example XDI server using cid-2 cryptographic XDI numbers.
*<ahref="https://github.com/projectdanube/xdi2-example-ec25519-server"target="_blank">/projectdanube/xdi2-example-ec25519-server</a> - Example XDI server using cid-1 cryptographic XDI numbers.
*<ahref="https://github.com/projectdanube/xdi2-example-secp256k1-client"target="_blank">/projectdanube/xdi2-example-secp256k1-client</a> - Example XDI client using cid-2 cryptographic XDI numbers.
*<ahref="https://github.com/projectdanube/xdi2-example-ec25519-client"target="_blank">/projectdanube/xdi2-example-ec25519-client</a> - Example XDI client using cid-1 cryptographic XDI numbers.
*<ahref="https://github.com/projectdanube/xdi2-crypto-secp256k1"target="_blank">/projectdanube/xdi2-crypto-secp256k1</a> - This is an secp256k1 crypto plugin for the XDI2 client and server.
*<ahref="https://github.com/projectdanube/xdi2-crypto-ec25519"target="_blank">/projectdanube/xdi2-crypto-ec25519</a> - This is an Ed25519 crypto plugin for the XDI2 client and server.
*<ahref="https://github.com/projectdanube/xdi2-connector-facebook"target="_blank">/projectdanube/xdi2-connector-facebook</a> - A connector plugin for the XDI2 server that maps data from Facebook to XDI
*<ahref="https://github.com/projectdanube/xdi2-connector-meeco"target="_blank">/projectdanube/xdi2-connector-meeco</a> - A connector plugin for Meeco
*<ahref="https://github.com/projectdanube/XDINinja-plugin"target="_blank">/projectdanube/XDINinja-plugin</a> - A browser plugin that is like "Twitter for data"
*<ahref="https://github.com/projectdanube/xdi2-connector-cozy"target="_blank">/projectdanube/xdi2-connector-cozy</a> - A connector plugin for CozyCloud
*<ahref="https://github.com/projectdanube/xdi2-filesys"target="_blank">/projectdanube/xdi2-filesys</a> - Plugin for an XDI2 server to integrate with a local filesystem
*<ahref="https://github.com/projectdanube/xdi2-pixel"target="_blank">/projectdanube/xdi2-pixel</a> - Tool to translate a personal cloud policy language (Pixel) to XDI link contracts.
*<ahref="https://github.com/projectdanube/xdi2-server-grizzly"target="_blank">/projectdanube/xdi2-server-grizzly</a> - XDI2 Server deployed via Grizzly
*<ahref="https://github.com/projectdanube/xdi2-server-mina"target="_blank">/projectdanube/xdi2-server-mina</a> - XDI2 Server deployed via Apache MINA
*<ahref="https://github.com/projectdanube/xdi2-server-netty"target="_blank">/projectdanube/xdi2-server-netty</a> - XDI2 Server deployed via netty
*<ahref="https://github.com/projectdanube/xdi2-server-undertow"target="_blank">/projectdanube/xdi2-server-undertow</a> - XDI2 Server deployed via Undertow
*<ahref="https://github.com/projectdanube/xdi2-server-vertx"target="_blank">/projectdanube/xdi2-server-vertx</a> - XDI2 Server deployed via vert.x
*<ahref="https://github.com/projectdanube/xdi2-connect-service"target="_blank">/projectdanube/xdi2-connect-service</a> - This is a "Connect Service" component for the XDI Browser binding.
*<ahref="https://github.com/projectdanube/neustar-discovery-service"target="_blank">/projectdanube/neustar-discovery-service</a> - Neustar XDI Discovery Service based on XRI Resolution
- Forked from neustarpc/neustar-discovery-service
*<ahref="https://github.com/projectdanube/xdi2-connect-auth-service-war"target="_blank">/projectdanube/xdi2-connect-auth-service-war</a> - "Authorization Service" for the XDI Connect protocol, packaged as .WAR file
*<ahref="https://github.com/projectdanube/xdi2-connect-service-war"target="_blank">/projectdanube/xdi2-connect-service-war</a> - "Connect Service" for the XDI Connect protocol, packaged as .WAR file
*<ahref="https://github.com/projectdanube/xdi-grapheditor"target="_blank">/projectdanube/xdi-grapheditor</a> - An XDI Graph Editor
-Forked from neustar/xdi-grapheditor
*<ahref="https://github.com/projectdanube/xdi2-connect-auth-service"target="_blank">/projectdanube/xdi2-connect-auth-service</a> - This is a "Connect Auth Service" component for the XDI Browser binding.