An alternative solution to applications such as DirHash, sha256sum, etc.
This app is for developers who release programs on services such as Github, Gitlab, or Sourceforce. Easily create and sign a hash digest that will be pushed with the latest version of your application. A hash digest allows your users to verify that your files are authentic and came from the true developer of that application.
Create hash digests, sign them with your GPG key, and release the files with your product.
Users can easily verify that your release is authentic and belongs to you by verifying both the file hashes, and the GPG key. Files that have been tampered with will return a warning to the user.
Supported Algorithms:
- CRC-8, 16, 32
- MD5
- SHA1
- SHA2-256, 384, 512
- SHA3-128, 224, 256, 384, 512
- Blake2b-128, 160, 256, 384, 512
- Blake2s-128, 160, 256, 384, 512
For a full explanation of using xSum, read https://github.com/Aetherinox/xsum-hash-utility/wiki/Getting-Started
Features
- Create, sign, and verify hash digests
- View registered GPG Keys
- Sign hash digests with GPG Key
- Supports CRC, MD5, SHA1, SHA-2, SHA-3, and Blake2b algorithm families
- Benchmarking utilities
- Automatic verification detection