ember-cryptojs-shim

ES6 Shim for CryptoJS in EmberJS


Keywords
ember-addon, security, crypto, Hash, MD5, SHA1, SHA-1, SHA256, SHA-256, RC4, Rabbit, AES, DES, PBKDF2, HMAC, OFB, CFB, CTR, CBC, Base64
License
MIT
Install
npm install ember-cryptojs-shim@4.3.0

Documentation

DEPRECATED: ember-cryptojs-shim

This addon has been deprecated, it is now possible (and frankly better) to use ember-auto-import to import and use CryptoJS.

Upgrading

yarn remove ember-cryptojs-shim
yarn add --dev crypto-js
ember install ember-auto-import

That's it! All of your existing imports (and many more) should continue to work.

License

This project is licensed under the MIT License.