R
R
rzcoder2014-03-18 17:16:59
Node.js
rzcoder, 2014-03-18 17:16:59

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

2 answer(s)
R
rzcoder, 2014-03-26
@rzcoder

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.

I
Ivan Starkov, 2014-03-18
@icelaba

Have you looked here?
https://github.com/search?l=JavaScript&q=rsa&ref=c...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question