A checksum based difference checker made with Electron
-
Clone the respoitory, or download the source code ZIP and extract it.
-
Ensure that you have NodeJS and npm (Node's package manager) installed. You can check installation by doing
node -vandnpm -vin your terminal. -
In the project's root folder, run
npm installto download the required dependencies. -
Run
npm startto test / run the project.
Optional: run export ELECTRON_ENABLE_LOGGING=true to enable console logs.
Mode1 : compare the checksum of two dragged and dropped files.
(TODO) Mode2 : compare the checksum of a dragged and dropped file and another checksum
Checksums supported: MD5, (TODO)SHA256, (TODO)SHA1
This project has been done only to try Electron, feel free to fork it and continue it on your own. If forking remember to cite this project.