https://github.com/glabular/checkchecksum
A simple tool: just drop a file and checkchecksum!
https://github.com/glabular/checkchecksum
md5 sha1 sha256 sha384 sha512 wpf
Last synced: 7 months ago
JSON representation
A simple tool: just drop a file and checkchecksum!
- Host: GitHub
- URL: https://github.com/glabular/checkchecksum
- Owner: glabular
- Created: 2024-11-28T14:02:32.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-12-14T21:11:33.000Z (10 months ago)
- Last Synced: 2025-01-28T19:45:15.210Z (8 months ago)
- Topics: md5, sha1, sha256, sha384, sha512, wpf
- Language: C#
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Checkchecksum
A simple and user-friendly tool to calculate file checksums. Just drop a file and get instant results!
## Supports
* SHA-256
* SHA-384
* SHA-512
* SHA-1
* MD5## Usage
1. Check/uncheck the hash algorithms you'd like to calculate.
2. Drop a file into the application.
3. Done. View, copy, and share your checksum results.## Requirements
* Windows 10
* .NET 6.0 or later