Skip to content

wooooops/sc-md5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TOC

sc-md5

The main point for this module is to be able to convert anything that can be JSON.stringify to an md5 hash. Specifically an object.

var hash = md5( {
  name: "David",
  age: 30
} );
hash.should.equal( "0699d2ce6d18ca8c8a993c6905e3bf9d" );

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published