A simple GUI application written in Rust using Slint to compute and verify SHA-256 checksums of files.
- 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.
- Rust and Cargo installed.
- Clone the repository.
- Run the application:
cargo run
git clone https://github.com/bensantora/SHA-256-GUI
cd SHA-256-GUI
cargo run- Enter the full path to the file in the "File path" field.
- (Optional) Paste the official hash in the "Expected Hash" field for verification.
- Click Compute.
- The result and verification status will be displayed.
GPLv3
Ben Santora