You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ecdsa.der.UnexpectedDER: Unexpected object identifier in DER encoding: (1, 3, 6, 1, 4, 1, 56387, 1, 2)
Accordingly this, the error is not in the Python ecdsa package.
Here is my public key produced by .toDer(): 303c300c060a2b0601040183b8430102032c000a00000000000000070101a40eb8c9b8ac02422243970c2c0ff6974bddb796eaa1c26a0ca8ebbd11ac5090.
A side note: Bard claims that the key is in RSA format. I wonder: Shouldn't it be in ECDSA format? Maybe Bard hallutinated?
I obtain an Internet Identity key as follows (in frontend):
Then, I pass the key hex-encoded to a Python endpoint:
Python says:
ecdsa.der.UnexpectedDER: Unexpected object identifier in DER encoding: (1, 3, 6, 1, 4, 1, 56387, 1, 2)
Accordingly this, the error is not in the Python
ecdsa
package.Here is my public key produced by
.toDer()
:303c300c060a2b0601040183b8430102032c000a00000000000000070101a40eb8c9b8ac02422243970c2c0ff6974bddb796eaa1c26a0ca8ebbd11ac5090
.A side note: Bard claims that the key is in RSA format. I wonder: Shouldn't it be in ECDSA format? Maybe Bard hallutinated?
This issue first appeared here.
The text was updated successfully, but these errors were encountered: