sc-md5

0.0.1 • Public • Published

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" );

/sc-md5/

    Package Sidebar

    Install

    npm i sc-md5

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • sc-yarikfedin
    • sitecorecorporation
    • sc-maximnakhod
    • appadmin-svc