Recursive Hasher for AmigaOS http://rhash.anz.ru
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Carsten Larsen afd26249c2
Release 1.34
6 years ago
dist Release 1.34 6 years ago
librhash Release 1.34 6 years ago
po Release 1.34 6 years ago
.gitignore Release 1.34 6 years ago
COPYING Release 1.34 6 years ago
ChangeLog Release 1.34 6 years ago
Makefile Release 1.34 6 years ago
README Release 1.34 6 years ago
build.sh Release 1.34 6 years ago
calc_sums.c Release 1.34 6 years ago
calc_sums.h Release 1.34 6 years ago
common_func.c Release 1.34 6 years ago
common_func.h Release 1.34 6 years ago
file_mask.c Release 1.34 6 years ago
file_mask.h Release 1.34 6 years ago
file_set.c Release 1.34 6 years ago
file_set.h Release 1.34 6 years ago
find_file.c Release 1.34 6 years ago
find_file.h Release 1.34 6 years ago
hash_check.c Release 1.34 6 years ago
hash_check.h Release 1.34 6 years ago
hash_print.c Release 1.34 6 years ago
hash_print.h Release 1.34 6 years ago
hash_update.c Release 1.34 6 years ago
hash_update.h Release 1.34 6 years ago
output.c Release 1.34 6 years ago
output.h Release 1.34 6 years ago
parse_cmdline.c Release 1.34 6 years ago
parse_cmdline.h Release 1.34 6 years ago
rhash_main.c Release 1.34 6 years ago
rhash_main.h Release 1.34 6 years ago
version.h Release 1.34 6 years ago
win_utils.c Release 1.34 6 years ago
win_utils.h Release 1.34 6 years ago

README

                           === RHash program ===


RHash is a console utility for calculation and verification of magnet links
and a wide range of hash sums like CRC32, MD4, MD5, SHA1, SHA256, SHA512,
SHA3, AICH, ED2K, Tiger, DC++ TTH, BitTorrent BTIH, GOST R 34.11-94,
RIPEMD-160, HAS-160, EDON-R, Whirlpool and Snefru.

Hash sums are used to ensure and verify integrity of large volumes of data
for a long-term storing or transferring.

Features:
* Output in a predefined (SFV, BSD-like) or a user-defined format.
* Can calculate Magnet links.
* Updating hash files (adding hash sums of files missing in the hash file).
* Calculates several hash sums in one pass
* Ability to process directories recursively.
* Portability: the program works the same on Linux, *BSD or Windows.


=== The LibRHash library ===

LibRHash is a professional, portable, thread-safe C library for computing
a wide variety of hash sums, such as CRC32, MD4, MD5, SHA1, SHA256, SHA512,
SHA3, AICH, ED2K, Tiger, DC++ TTH, BitTorrent BTIH, GOST R 34.11-94,
RIPEMD-160, HAS-160, EDON-R, Whirlpool and Snefru.
Hash sums are used to ensure and verify integrity of large volumes of data
for a long-term storing or transferring.

Features:
* Small and easy to learn interface.
* Hi-level and Low-level API.
* Allows calculating of several hash functions simultaneously.
* Portability: the library works on Linux, *BSD and Windows.


=== Links ===

* Project Home Page: http://rhash.sourceforge.net/
* Official Releases: http://sf.net/projects/rhash/files/rhash/

* RHash hash functions descriptions http://rhash.anz.ru/hashes.php
* The table of the hash functions supported by RHash
http://sf.net/apps/mediawiki/rhash/index.php?title=Hash_sums
* ECRYPT: The Hash Function Zoo
http://ehash.iaik.tugraz.at/wiki/The_Hash_Function_Zoo


=== Getting latest source code ===

The latest source code can be obtained from Git repository by command:

git clone git://github.com/rhash/RHash.git


=== Notes on RHash License ===

The RHash program and LibRHash library are distributed under RHash License,
see the COPYING file for details. In particular, the program, the library
and source code can be used free of charge under the MIT, BSD, GPL,
commercial or freeware license without additional restrictions. In the case
the OSI-approved license is required the MIT license should be used.