fahidnasir / electron-js-hash-generator

MD5 hash generator desktop made with Electron JS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1. electron-js-hash-generator


1.1. Purpose

Electron JS application to calculate Checksum and File size of a file.

1.2. Screenshot(s)

Main Screen

1.3. Features

  1. Calculate hash by selecting a file from Dialog or by Dragging and Dropping the file on the window.
  2. Enter Checksum of manually and validate the checksum value.
  3. Convert the filesize into:
    • Bytes
    • Kilo Bytes
    • Mega Bytes
    • Giga Bytes

1.4. Getting Started

  • Clone the repository
  • Navigate to the Folder
  • Install packages
  • Run Application
git clone https://github.com/fahidnasir/electron-js-hash-generator.git
cd electron-js-hash-generator
yarn
yarn start

About

MD5 hash generator desktop made with Electron JS.

License:MIT License


Languages

Language:HTML 52.4%Language:JavaScript 42.0%Language:CSS 5.6%