md5-nodejs
A node module that hashes data to MD5
Install
npm install md5-nodejs
Usage
const md5 = ;const hash = ;
Hash Anything!
Here are some examples
Hash strings
const hash = ;
Hash buffers
const hash = ;
Hash TypedArrays
const int16Array = 2;int16Array0 = 42;const hash = ;
Hash objects
const hash = ;
Hash arrays
const hash = ;
Hash primitives
const hash = ;const hash = ;