The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
rhash-1.3.9-win64-2.zip | 2020-01-31 | 1.2 MB | |
rhash-1.3.9-win32-2.zip | 2020-01-31 | 1.2 MB | |
rhash-1.3.9-english-win64-2.zip | 2020-01-31 | 281.8 kB | |
rhash-1.3.9-english-win32-2.zip | 2020-01-31 | 282.6 kB | |
README.md | 2020-01-31 | 3.2 kB | |
rhash-1.3.9-src.tar.gz | 2019-12-15 | 403.4 kB | |
librhash-1.3.9-win.zip | 2019-12-15 | 431.2 kB | |
Totals: 7 Items | 3.7 MB | 2 |
Release notes
- rhash-1.3.9-win32-2.zip - 32-bit Windows version.
- rhash-1.3.9-win64-2.zip - 64-bit Windows version.
- rhash-1.3.9-english-win32-2.zip - 32-bit Windows english-only version.
- rhash-1.3.9-english-win64-2.zip - 64-bit Windows english-only version.
- rhash-1.3.9-src.tar.gz - source code (RHash + LibRHash library + Bindings).
- librhash-1.3.9-win.zip - LibRHash DLL for win32/win64.
- https://github.com/rhash/RHash/ - browsable GIT source tree.
System requirements
- The Win32 version requires: Win XP/2K/Vista/7/8/10.
- The Win64 version requires: Win XP/2K/Vista/7/8/10 64-bit.
- The source code build requirements:
- GCC, Clang or Intel Compiler for Linux / macOS / Unix.
- MinGW or MS VC++ 10 for Windows.
- (optionally) gettext library for internationalization.
- (optionally) OpenSSL for optimized algorithms.
RHash program
RHash (Recursive Hasher) is a console utility for calculation and verification of magnet links and various hash sums, including CRC32, CRC32C, MD4, MD5, SHA1, SHA256, SHA512, SHA3, AICH, ED2K, DC++ TTH, BitTorrent BTIH, Tiger, GOST R 34.11-94, GOST R 34.11-2012, RIPEMD-160, HAS-160, EDON-R, and Whirlpool.
Hash sums are used to ensure and verify integrity of large volumes of data for a long-term storing or transferring.
Program features:
- Ability to process directories recursively.
- Output in a predefined (SFV, BSD-like) or a user-defined format.
- Calculation of Magnet links.
- Updating hash files (adding hash sums of files missing in the hash file).
- Calculates several hash sums in one pass.
- Portability: the program works the same on Linux, Unix, macOS or Windows.
The LibRHash library
LibRHash is a professional, portable, thread-safe C library for computing a wide variety of hash sums, including CRC32, CRC32C, MD4, MD5, SHA1, SHA256, SHA512, SHA3, AICH, ED2K, DC++ TTH, BitTorrent BTIH, Tiger, GOST R 34.11-94, GOST R 34.11-2012, RIPEMD-160, HAS-160, EDON-R, and Whirlpool.
Features:
- Small and easy to learn interface.
- Hi-level and Low-level API.
- Allows calculating of several hash functions simultaniously.
- Portability: the library works on Linux, Unix, macOS and Windows.
Links
- Project Home Page: http://rhash.sourceforge.net/
- Official Releases: https://github.com/rhash/RHash/releases/
- Bynary Windows Releases: https://sf.net/projects/rhash/files/rhash/
- The table of the supported by RHash hash functions
- ECRYPT The Hash Function Zoo
Getting latest source code
The latest source code can be obtained from Git repository using command:
git clone git://github.com/rhash/RHash.git
Notes on RHash License
The code is distributed under RHash License. Basically, the program, the library and source code can be used free of charge under the MIT, BSD, GPL, a commercial or a freeware license without additional restrictions. In the case an OSI-approved license is required the MIT license should be used.