/node-rsa

OpenSSL RSA library for nodejs

Primary LanguageC++OtherNOASSERTION

NO LONGER MAINTAINED

Please see https://github.com/Obvious/ursa for a maintained alternative to this module, which should do everything this does.

node-rsa

This module provides access to RSA public-key routines from OpenSSL.

Support is limited to RSAES-OAEP and encryption with a public key, decryption with a private key.

Usage

See test/test.js and test/getters.js.

Node Versions

This module should work on both Node.js 0.4.x and 0.6.x.

Licence

BSD, see LICENCE.