chrisa / node-rsa

OpenSSL RSA library for nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

OpenSSL RSA library for nodejs

License:Other


Languages

Language:C++ 70.9%Language:JavaScript 24.9%Language:Python 4.2%