Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tmeasday/meteor-crypto-md5


https://github.com/tmeasday/meteor-crypto-md5

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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:
```javascript
CryptoJS.MD5('some-string').toString()
// "7e99c70638e08303f2de53eee744a371"
```