Skip to content
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

Is there is a way to Import/Retrieve Keypair from Public Key? #288

Closed
root123-bot opened this issue Jul 18, 2022 · 0 comments
Closed

Is there is a way to Import/Retrieve Keypair from Public Key? #288

root123-bot opened this issue Jul 18, 2022 · 0 comments

Comments

@root123-bot
Copy link

I'm currently facing the challenge about this module, I've created keyPair and I want to POST these keyPair object to another endpoint, what I facing now is that after JSON.parse the stringified KeyPair object it miss raw data of original keyPair which can be used to sign and verify data, after posting it to another endpoint all I have is hexadecimal public key and now I want to retrieve the original/initial created KeyPairs from this hexadecimal public key. So my Question is, there is a way to retrieves the keyPair I've created using hexadecimal public key for me to be able to sign and verify data?
Your help will be appreciated...
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant