Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 240 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 240 Bytes

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.

Licence

BSD, see LICENCE.