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.
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?
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.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