Authenticating secp256k1 and other keys #14134
reisepass
started this conversation in
Ideas and feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is anyone else intersted in Authenticating users based on them controling a BitCoin or Ethereium private key?
I have seen some work on converting the typical hex keys into JWK and then generating JWT’s but on the verification side most JWT libraries do not suppor the curve secp256k1 .
Related work links:
GitHub - decentralized-identity/did-jwt: Create and verify DID verifiable JWT's in Javascript works for DID-key which is secp256k1
from a priv key in hex to pem encoding and decoding back to hex for both public and private key using EC secp256k1 · GitHub secp256k1 hex to JWK
Beta Was this translation helpful? Give feedback.
All reactions