Wednesday, 4 May 2022

RSA key conversion from Uint8Array to BigInteger with node-rsa

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?

enter image description here

enter image description here

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