-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Motivations #1
Comments
hey @pfrazee ! The original idea for a I'll try my best to make an example below. Consider an open and decentralized video service that allows users to publish dats as video to the platform. The video service is open source and implements DID as its core identifier. Every user and every video is backed by some DID. The video service uses ed25519 key pairs for every DID it creates and uses the public key as an identifier. The video service's DID URIs are Before publishing to the service, users will create video content that is written to a dat archive in some format the video services accepts. When the user publishes the dat, the video service will want to know that a user owns the dat they say they do through public key verification. To do this, the user signs a DDO for that dat with the dat secret key and the user's secret key that produce proof signatures [1] the video service can store in the DDO for verification. When publishing, the user on the video service that is backed by a DID modifies its DDO to include a public key [4] of the dat it just published and then resigns its DDO. This allows the video service to tie ownership of the dat to a DID without needing the secret key of the dat. |
Dat already expresses key ownership by signing everything that's published, so why do we need an additional signature method? |
Dat doesn't need an additional signature method at all nor am I advocating for it to be changed. A DID/DDO for a DAT would be a representation of it's public key in DID JSON-LD. The benefit of the representation is the interopability with other DIDs/DDOs. |
Okay, I'm sorry if I'm being a bit difficult, I just have been on the fence about the DID concept for a while. I'm not really sure why we need it, since Dat URLs are already a good common identifier scheme, and Dat already has the cryptographic verification built in. |
No need to be sorry! I think DAT links are wonderful and I wouldn't want them to change. I was on the fence about DID for a while, largely because of the perceived need for a DLT, which I do not believe is true anymore. DID and DDOs, sans ledger, work really well for just storing cryptographic properties securely, like a user owning several public keys to different DATs. |
Hi @jwerle 👋
I saw the invite for the project. What's the upside of a DID spec for Dat?
The text was updated successfully, but these errors were encountered: