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
Currently, the public and private keys generated are in JSON format.
Is there a way to convert the generated keys to .key or .pem format so that I can conveniently encrypt/decrypt or sign using the key files outside of RN, for eg, on server side or in openssl?
If not, how should I use the JSON format keys outside of RN?
The text was updated successfully, but these errors were encountered:
this lib takes raw format. I would recommend using ursa lib to convert to pem file.
if you store data in raw format, you can then decode it using same raw format.
Currently, the public and private keys generated are in JSON format.
Is there a way to convert the generated keys to .key or .pem format so that I can conveniently encrypt/decrypt or sign using the key files outside of RN, for eg, on server side or in openssl?
If not, how should I use the JSON format keys outside of RN?
The text was updated successfully, but these errors were encountered: