#object-md5 Create a md5 hash out of an object. usage var objectMD5 = require('object-md5'); var obj = {foo: 'bar'}; var hash = objectMD5(obj);