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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: