Skip to content

tmeasday/meteor-crypto-md5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published