Answer the question
In order to leave comments, you need to log in
What is the RSA library for Node.js?
When developing a client network application on node-webkit, I encountered the need for asymmetric encryption. Standard crypto for some reason can neither generate keys nor encrypt/decrypt data. From the supported libraries, Google sends mainly to ursa, which depends on node-gyp and for windows requires the installation of python and vistual studio, which is obviously completely unacceptable for a client application.
Maybe I'm missing something, and is there a fast, currently maintained by developers, native-JS library for node.js that implements RSA algorithms in full?
Answer the question
In order to leave comments, you need to log in
As a result, all the same, I assembled my implementation based on the code from Tom Wu
https://github.com/rzcoder/node-rsa for those who are interested. However, I can’t vouch for the correctness of the work at all, lol.
Have you looked here?
https://github.com/search?l=JavaScript&q=rsa&ref=c...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question