Difference between revisions of "Rhash"

From COPTR
Jump to navigation Jump to search
(Please don't change the structure of the tool entry, as this will damage export from COPTR. See Guidelines for contributing to COPTR)
Line 1: Line 1:
<!-- Use the structure provided in this template, do not change it! -->
+
{{Infobox tool
 
+
|image=Rhash.png
{{Infobox_tool
+
|purpose=RHash (Recursive Hasher) is a console utility for computing and verifying hash sums of files.
|purpose=RHash (Recursive Hasher) is a console utility for computing and verifying hash sums of files.  
 
|image=Rhash.png
 
 
|homepage=http://rhash.anz.ru/
 
|homepage=http://rhash.anz.ru/
 
|license=Open Source MIT [http://rhash.anz.ru/license.php].
 
|license=Open Source MIT [http://rhash.anz.ru/license.php].
 
|platforms=Cross platforms
 
|platforms=Cross platforms
 +
|function=Fixity Verification
 +
}}
 +
{{Infobox tool details
 +
|ohloh_id=rhash
 +
|mailing_lists=https://www.openhub.net/p/rhash/rss_subscriptions
 +
|releases_rss=http://sourceforge.net/projects/rhash/rss?path=/
 +
|issues_rss=http://sourceforge.net/p/rhash/bugs/feed.rss
 
}}
 
}}
<!-- Note that to use the image field, you should leave the value as {{PAGENAMEE}}.png (or similar) and upload a copy of the image. Hot-linking is not supported. If you don't want an image, just remove that line. -->
 
 
<!-- Add one or more categories to describe the function of the tool, such as:
 
[[Category:Metadata Extraction]] or [[Category:Preservation System]] or [[Category:Backup]]
 
Choose carefully, and view the list of existing categories first (see the Navigation sidebar on the left) -->
 
 
[[Category:Fixity]]
 
<!-- Add relevant categories to describe the content type that the tool addresses, such as:
 
[[Category:Audio]] or [[Category:Document]] or [[Category:Research Data]]
 
Choose carefully, and view the list of existing categories first (see the Navigation sidebar on the left). If the tool works on any content type, do not add a category. -->
 
 
 
 
== Description ==
 
== Description ==
 
<!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. -->
 
<!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. -->
Line 47: Line 40:
 
<!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. -->
 
<!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. -->
 
<!-- Add the OpenHub.com ID for the tool, if known. -->
 
<!-- Add the OpenHub.com ID for the tool, if known. -->
{{Infobox_tool_details
 
|releases_rss=http://sourceforge.net/projects/rhash/rss?path=/
 
|issues_rss=http://sourceforge.net/p/rhash/bugs/feed.rss
 
|mailing_lists=https://www.openhub.net/p/rhash/rss_subscriptions
 
|ohloh_id=rhash
 
}}
 

Revision as of 15:44, 26 April 2021



Rhash
RHash (Recursive Hasher) is a console utility for computing and verifying hash sums of files.
Homepage:http://rhash.anz.ru/
License:Open Source MIT [1].
Platforms:Cross platforms
Function:Fixity Verification


Error in widget Ohloh Project: unable to write file /var/www/html/extensions/Widgets/compiled_templates/wrt66229a4292bd21_04814361

Mailing List(s)

See here for more information.

Release Feed

Failed to load RSS feed from http://sourceforge.net/projects/rhash/rss?path=/: Error parsing XML for RSS

Issues Feed

Failed to load RSS feed from http://sourceforge.net/p/rhash/bugs/feed.rss: Error parsing XML for RSS

Description

RHash (Recursive Hasher) is a console utility for computing and verifying hash sums of files. It supports CRC32, MD4, MD5, SHA1, SHA256, SHA512, Tiger, DC++ TTH, BitTorrent BTIH, ED2K, AICH, GOST R 34.11-94, RIPEMD-160, HAS-160, EDON-R 256/512, Whirlpool and Snefru-128/256 algorithms. Hash sums are used to ensure and verify integrity of large volumes of data for a long-term storing or transferring.

  • Can calculate Magnet links
  • Output in a predefined (SFV, BSD-like) or a user-defined format
  • Ability to process directories recursively
  • Updating existing hash-files (adding hash sums of files missing in a hash-file)>
  • Portability: the program works the same under Linux, *BSD, Solaris or Windows
  • Written in pure C, small in size, open source


Documentation

Use -h for the Help screen.


User Experiences

Development Activity