-
Notifications
You must be signed in to change notification settings - Fork 39
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
Support for verification of signed Verifiable Credential #104
Comments
lucaalbinati
changed the title
Support for verification of signed VC
Support for verification of signed Verifiable Credential
Apr 29, 2020
Hi Luca
if you use JWT proofs then a good tool for checking the JWT overall is
https://jwt.io/
However, in terms of signature checking, it works if you can give it the
public key in PKCS format, but not if the key is in the kid field only.
Kind regards
David
…On 29/04/2020 23:45, Luca Albinati wrote:
Hello,
I've currently finished integrating this test-suite to my
implementation of W3C VerifiableCredentials.
However, I'm also interested in finding out if my implementation signs
a VC correctly. And if a signed VC from my implementation can be
verified by someone else.
I'm searched online for libraries that would do such a thing and I've
found a few that seem promising. However, they all differ in some way
or another, and I'm afraid that none follow the official W3C
specifications. Therefore, even if I pass their tests, that doesn't
assure me that my implementation is compliant.
Why leads me to my question: is there any plan on W3C's side to make
such a library? (Or to integrate it with this one).
This would be extremely useful. I understand that W3C DIDs and VCs are
still quite young. But I would argue that this is even more of a
reason to establish such a library. Because, as of right now, many
different libraries are doing their own thing, and an "official
library" would help bring things together and avoid having many
slightly different implementations in the future.
I haven't been able to find much information about this online, so I
figured I'd ask here.
Thank you for your help.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#104>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA33R7Z2RCQTV46L7IXYRGDRPAHL3ANCNFSM4MTUW7AQ>.
|
Hello David, Thank you for reaching back. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I've currently finished integrating this test-suite to my implementation of W3C VerifiableCredentials.
However, I'm also interested in finding out if my implementation signs a VC correctly. And if a signed VC from my implementation can be verified by someone else.
I'm searched online for libraries that would do such a thing and I've found a few that seem promising. However, they all differ in some way or another, and I'm afraid that none follow the official W3C specifications. Therefore, even if I pass their tests, that doesn't assure me that my implementation is compliant.
Why leads me to my question: is there any plan on W3C's side to make such a library? (Or to integrate it with this one).
This would be extremely useful. I understand that W3C DIDs and VCs are still quite young. But I would argue that this is even more of a reason to establish such a library. Because, as of right now, many different libraries are doing their own thing, and an "official library" would help bring things together and avoid having many slightly different implementations in the future.
I haven't been able to find much information about this online, so I figured I'd ask here.
Thank you for your help.
The text was updated successfully, but these errors were encountered: