Releases: rzcoder/node-rsa
Releases · rzcoder/node-rsa
1.1.1 OpenSSH key format
1.0.5: fix .npmignore
es5 compatible
1.0.3
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 thisno padding
scheme will padded data with zeros on all environments
0.3.0
0.2.30
0.2.24
Native encrypt methods
0.2.22 update readme
Some fixes
0.2.13 fix "for in"
Export/import formats
Add exports/imports key formats: pkcs1 & pkcs8, also added DER encoding