rsa-key-es5

0.0.6 • Public • Published

rsa-key-es5

Build Status

ES5 version of rsa-key node.js library to convert between RSA key formats and get information about the key. No OpenSSL needed. Detecting input format type, so you don't need to specify or even know the format in which your RSA key is stored.

Use it with older node.js versions (tested with v4 and v6). For newer node.js versions, always use the original rsa-key library, even if you write ES5 code. The original library will be faster and has much less dependencies (ES5 version is transpiled by webpack+babel).

For README and docs, please take a look at the rsa-key README.

MIT License.

Package Sidebar

Install

npm i rsa-key-es5

Weekly Downloads

13

Version

0.0.6

License

MIT

Last publish

Collaborators

  • racbart