This is the blueimp-md5 wrapper for EmberJS applications.
ember install ember-md5
import md5 from 'md5';
md5('Hash something' /* key, raw */);
or you can use built-in helper
first parameter
-string
- string to hashsecond parameter
-string
-key of the hashthird parameter
-boolean
- raw value
git clone <repository-url>
this repositorycd ember-md5
npm install
ember serve
- Visit your app at http://localhost:4200.
npm test
(Runsember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit https://ember-cli.com/.