StepWin's
This contains an small XML modifier that reads all the HOT2000 files in the input folder and deletes their address field before writing them in an output folder.
⚠️ ⚠️ Caution: Never use this on original files — instead, always copy the files and keep the original versions safe. ⚠️ ⚠️
It can be used in three ways:
- Running Pre-built .EXE (easy, windows only)
- Using Node.js (intermediate, all platforms)
- Building EXE (intermediate, windows only)
Simply locate the clone or download button on this page, download the repository as zip, unzip the files, put your HOT2000 files in the input folder after deleting the existing files. Double-click on h2kAnonymizer.exe, and find the anonymized files in the output folder. Done!
You can delete all other files except for the .exe file and the input folder. This method does not need them.
.exe file SHA256: 07e0b0387097fe16301a57f563efe552bf3c65487f74b3d72e63b258cc211496
With this method, you won't need the exe file and you can see/modify the code before running it. To that, first install latest Node.js
Download or clone the repository, and place your input files, like Method 1. Simply double click on index.js or open the command prompt in the location of the files and run:
λ npm startBuild the .exe file of method 1 yourself. You can see/modify the files like Method 2 before building.
Like previous method, first install latest Node.js
Download or clone the repository like Method 1. Open the command prompt in the location of the files and run:
λ npm install
λ npm run buildFor windows machines, if npm build did not work, try:
λ npm run buildWindowsProceed with the rest as per Method 1.
Published under MIT license, you are free to use or modify it for anything. More info is available in the license file.