hyperledger-archives / indy-sdk

indy-sdk
https://wiki.hyperledger.org/display/indy
Apache License 2.0
666 stars 737 forks source link

indy cli shows only the second half of the VerKey #2553

Closed MajdT51 closed 7 months ago

MajdT51 commented 2 years ago

Hi,

I need to create a did for a given seed using the indy-cli. I can achieve that with did new seed=.... However, I need also to see the complete verkey and not only the second half of it.

image

The problem is that the did and its verkey must be registered manually in the frontend for example here using Register from DID

My question is: why only the second half is shown and can I somehow see the complete VerKey? and if not, is there a safe and easy way to generate a random seed with its did and verkey?

Another small question is: are the generated seeds secure enough to be used in prod?

Thanks