Program for calculating checksums, hashes, comparing and verifying files.
The program supports 30 hashing algorithms, among others MD5, SHA-1, SHA-256, the SHA-3 algorithm family.
http://www.pazera-software.com/products/hash/
License: "This program is completely free. You can use it without any restrictions, also for commercial purposes."
OS: Windows XP, Vista, 7, 8, 10
Download 32-bit: http://www.pazera-software.com/files/PS ... RTABLE.zip
Download 64-bit: http://www.pazera-software.com/files/PS ... RTABLE.zip
Portability: full - no registry, no %APPDATA%, etc. Program writes settings to one INI file located in the executable directory.
The program allows integration with the system shell, but it is optional.
Release date: 09.05.2020
PS Hash was created as a result of combining several smaller programs that perform single tasks, which I have been using for many years. Maybe it will also be useful to someone.
File module

This module allows you to calculate checksums of any files. The controls displaying the calculated values have been divided into groups and placed on collapsible panels. Each algorithm can be freely activated / deactivated, depending on the needs. Files and folders can be added by drag and drop.
Verify module

This module is used to verify data on the basis of previously prepared special text files containing lists of file names and related checksum / hash values. Such files usually have the extensions .sfv, .md5, .sha1, .sha256. PS Hash is compatible with programs generating such files included in the GNU Coreutils package, commonly used on Unix / Linux systems. In addition to verification, PS Hash also allows you to generate such files.
Compare module

This module is used to compare the selected file with other files or a previously calculated checksum / hash.