md5

npm install md5
const fs = require('fs');
const md5 = require('md5');

const md5Hash = md5(fs.readFileSync(file_path));