Please use https://atmospherejs.com/jparker/crypto-md5
MD5 algorithm from crypto.js
Inside your project folder run
$ mrt add crypto-md5
CryptoJS is now available on both the client and server.
All methods are available under the CryptoJS
namespace.
Ex. MD5 digest of a string:
CryptoJS.MD5('some-string').toString()
// "7e99c70638e08303f2de53eee744a371"