he wei
2022-11-13 b4816f6294646157b50bb49f1d19eaf306e0ac8c
hash.js
@@ -2,7 +2,7 @@
const fs = require('fs');
const crypto = require('crypto');
const YOUR_FILE_PATH = '';  //  POPULATE THIS
const YOUR_FILE_PATH = 'resXmlParser-0.1.3-update.exe';  //  POPULATE THIS
function hashFile(file, algorithm = 'sha512', encoding = 'base64', options) {
  return new Promise((resolve, reject) => {