We do not use Hyperledger Aries, but thanks for showing us. I have a blockchain background, and Keyri is somewhat inspired by blockchain concepts, but we've stayed away from blockchain-based solutions for privacy reasons. The pseudonymity of traceable blockchain transactions (in the auth scenario, authentication request transmissions) do not provide adequate privacy. Apologies if I'm misinterpreting Aries - perhaps its ledger is not publicly viewable. I have other objections to blockchain-based identity solutions, but privacy is the main one.
Then there are other passwordless auth solutions employing "private blockchains". That term basically means "database" in my mind and is obviously not ideal from a privacy perspective.
Thankyou for taking the time to respond, and congratulations on the launch!
Aries leverages, Decentralized Identifiers[1] with Verifiable Credentials [2]
the "ledger" is where the public keys are stored. eg it could be a permission-ed ledger, similar to SSL certs only known/<want to be known> parties would publish their keys to the chain.
Example: Sovrin network [3]
Or could be permission-less, maybe focused more towards IoT/whatever
Example: ION Network [4] coming out of Microsoft.
The ledger is not a requirement to establish an identity as shown with the did:peer [5] method
Frankly I think the usage of blockchain was more to get on the marketing bandwagon at the time. Messaging is now moving from "blockchain" to "distributed ledger"
thekeyper|4 years ago
Then there are other passwordless auth solutions employing "private blockchains". That term basically means "database" in my mind and is obviously not ideal from a privacy perspective.
zipline88|4 years ago
Aries leverages, Decentralized Identifiers[1] with Verifiable Credentials [2]
the "ledger" is where the public keys are stored. eg it could be a permission-ed ledger, similar to SSL certs only known/<want to be known> parties would publish their keys to the chain.
Example: Sovrin network [3]
Or could be permission-less, maybe focused more towards IoT/whatever
Example: ION Network [4] coming out of Microsoft.
The ledger is not a requirement to establish an identity as shown with the did:peer [5] method
Frankly I think the usage of blockchain was more to get on the marketing bandwagon at the time. Messaging is now moving from "blockchain" to "distributed ledger"
1 - https://www.w3.org/TR/did-core/
2 - https://www.w3.org/TR/vc-data-model/
3 - https://sovrin.org/
4 - https://identity.foundation/ion/
5 - https://identity.foundation/peer-did-method-spec/index.html