Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 436 Bytes

README.markdown

File metadata and controls

26 lines (19 loc) · 436 Bytes

DEPRECATED

Please use https://atmospherejs.com/jparker/crypto-md5

MD5 algorithm from crypto.js

Install

Inside your project folder run

$ mrt add crypto-md5

CryptoJS is now available on both the client and server.

Usage

All methods are available under the CryptoJS namespace.

Ex. MD5 digest of a string:

CryptoJS.MD5('some-string').toString()
// "7e99c70638e08303f2de53eee744a371"