Hybrid Crypto Js Versions Save

RSA+AES hybrid encryption implementation for JavaScript. Works with Node.js, React Native and modern browsers.

v0.2.4

3 years ago

v0.2.3

3 years ago
  • Added support to alternate RSA and AES standards
  • Added support to alternate AES key size

v0.2.2

4 years ago
  • Implemented Flow and Babel
  • Minor refactoring

v0.2.1

4 years ago
  • Added ability to select default message digest
  • Changed default message digest from sha1 to sha256

v0.2.0

4 years ago
  • Prettiered codebase
  • Fixed typos
  • Removed React Native key management as unfinished feature

v0.1.7

5 years ago

Various bug fixes

v0.1.6

6 years ago

v0.1.3

6 years ago

Initialize Crypt or RSA with additional random data to increase entropy :new_moon_with_face:

v0.1.2

6 years ago

This update comes with a support for Node.js, React Native and browsers 🎉

v0.1.1

6 years ago
  • Renamed crypto to crypt
  • Various bug fixes