Skip to content

Releases: rzcoder/node-rsa

1.1.1 OpenSSH key format

22 Jul 11:14
Compare
Choose a tag to compare
readme fix & version bump

1.0.5: fix .npmignore

07 Mar 08:20
Compare
Choose a tag to compare

es5 compatible

1.0.3

04 Feb 08:57
Compare
Choose a tag to compare

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

24 Jan 16:38
Compare
Choose a tag to compare
  • Added import/export from/to raw key components.
  • Removed lodash from dependencies.

0.2.30

11 Jan 14:06
Compare
Choose a tag to compare

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

0.2.24

21 Jun 09:39
Compare
Choose a tag to compare

Webpack compatible

Native encrypt methods

03 Mar 20:52
Compare
Choose a tag to compare
0.2.22

update readme

Some fixes

10 Dec 10:20
Compare
Choose a tag to compare
0.2.13

fix "for in"

Export/import formats

29 Nov 15:27
Compare
Choose a tag to compare

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

0.2.0

24 Nov 16:53
Compare
Choose a tag to compare

OAEP & PSS support