An Electron application made with React and TypeScript to hash all your files
- Hashing files with sha 256.
- It creates a file containg all paths for every file in the selected usb with its hash.
- Detects Addtion,Deletion and modifications.
- It supports windows
and linux 
$ npm install$ npm run dev# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux