Node Rsa Versions Save

Node.js RSA library

1.1.1

3 years ago

1.0.5

5 years ago

es5 compatible

1.0.3

5 years ago

Using semver now 🎉

  • Breaking change: Drop support nodejs < 8.11.1
  • Possible breaking change: new Buffer() call as deprecated was replaced by Buffer.from & Buffer.alloc.
  • Possible breaking change: Drop support for hash scheme sha (was removed in node ~10). sha1, sha256 and others still works.
  • Possible breaking change: Little change in environment detect algorithm.
  • importKey() now returns this
  • no padding scheme will padded data with zeros on all environments

0.3.0

8 years ago
  • Added import/export from/to raw key components.
  • Removed lodash from dependencies.

0.2.30

8 years ago

Fixed a issue when the key was generated by 1 bit smaller than specified.

0.2.24

8 years ago

Webpack compatible

0.2.22

9 years ago

0.2.13

9 years ago

0.2.10

9 years ago

Add exports/imports key formats: pkcs1 & pkcs8, also added DER encoding

0.2.0

9 years ago

OAEP & PSS support