Giter Club home page Giter Club logo

file-checksum's Introduction

Note currently this app is only available for Windows and Linux.

File Checksum

File checksum is an old technique to verify the integrity of a file.

And this repository aims to provide an GUI for Windows and Linux to generate the MD5 and SHA file hashes (checksum).

Windows installation

On Windows, just download the latest release on the Releases tab and open the filechecksum.exe file.

Linux installation

  1. Install dependencies:
sudo apt-get install libgcrypt20 libgtk-3-0 liblz4-1 liblzma5 libstdc++6
  1. Download the latest release linux-arm64-v0.1.0.zip.

  2. Double-click to open filechecksum.

App screenshot and usage

Since the Flutter framework relies on custom paiting, the appearence (GUI) looks the same on Windows and Linux.

2022-11-09.19-29-20.mp4

Build binaries on Windows

Make sure you have a configured Flutter environment for Windows.

Then you can generate the .exe by running:

flutter build windows

The generated bundle output is: <project-root>\build\windows\runner\Release.

Build binaries on Linux:

Make sure you have a configured Flutter environment for Linux.

To build for Linux, run:

flutter build linux

(Optional) To find Linux dependencies:

flutter_to_debian dependencies

The generated bundle output is: <project-root>/build/linux/x64/release.


Open Source

Copyright ยฉ 2022-present, Alex Rintt.

File Checksum is MIT licensed ๐Ÿ’–

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.