checksum_gui

Crates.iochecksum_gui
lib.rschecksum_gui
version2.1.1
created_at2025-12-03 12:48:38.294657+00
updated_at2025-12-10 09:04:19.904893+00
descriptionGUI tool for verifying file checksums using Slint and SHA-2.
homepage
repositoryhttps://github.com/bensantora/checksum_gui
max_upload_size
id1963954
size159,512
Ben Santora (bensantora)

documentation

README

Project retired

This crate is no longer actively maintained. The repository has been archived and no additional development or support will occur. I consent to the transfer of this crate to the first person who asks help@crates.io for it.

Thank you for any past interest and usage.

SHA256 GUI Tool

A simple GUI application written in Rust using Slint to compute and verify SHA-256 checksums of files.

Features

  • Compute Hash: Calculate SHA-256 hash for any local file.
  • Verify Hash: Compare the computed hash against an expected hash with a visual Match/Mismatch indicator.
  • Dark Mode: Clean, dark-themed user interface.

Prerequisites

  • Rust and Cargo installed.

How to Run

  1. Clone the repository.
  2. Run the application:
    cargo run
    

Usage

  1. Enter the full path to the file in the "File path" field.
  2. (Optional) Paste the official hash in the "Expected Hash" field for verification.
  3. Click Compute.
  4. The result and verification status will be displayed.
Commit count: 0

cargo fmt