A console utility for computing and verifying hash sums, checksums, and magnet links for data integrity.
RHash is a console utility for computing and verifying hash sums, checksums, and magnet links to ensure data integrity. It supports a wide range of hash functions, including CRC32, SHA family, MD5, and GOST, making it versatile for various verification needs. The tool is designed for efficient batch processing and cross-platform compatibility.
System administrators, developers, and users who need to verify file integrity, generate magnet links, or perform batch hash calculations across different operating systems.
Developers choose RHash for its extensive hash function support, recursive directory processing, and cross-platform reliability, offering a comprehensive solution for data integrity tasks without relying on multiple tools.
Great utility for computing hash sums
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Enables batch hash calculations for entire folders recursively, saving time on manual file handling as highlighted in the README.
Supports predefined formats like SFV and user-defined outputs, allowing easy integration with various systems for verification.
Directly computes magnet links for file sharing, a unique feature among hash tools that simplifies peer-to-peer workflows.
Works consistently on Linux, Unix, macOS, and Windows, ensuring reliable operation across diverse environments as stated in the features.
Lacks a graphical user interface, making it inaccessible for non-technical users who prefer point-and-click tools.
Installation often requires compilation from source using ./configure and make, which can be challenging on platforms without development tools.
Limited to the fixed set of hash functions listed; adding new ones requires code changes and recompilation, unlike modular tools.