I have a generated RSA key in the format of Uint8Array
but I need the key in the format of BigInteger. See images below. How can I achieve such a conversion?
I use the node RSA lib: https://www.npmjs.com/package/node-rsa
from RSA key conversion from Uint8Array to BigInteger with node-rsa
No comments:
Post a Comment