Difference between revisions of "Rhash"

From COPTR
Jump to navigation Jump to search
(Created page with "<!-- Use the structure provided in this template, do not change it! --> {{Infobox_tool |purpose=RHash (Recursive Hasher) is a console utility for computing and verifying hash...")
 
 
(4 intermediate revisions by 3 users not shown)
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={{PAGENAMEE}}.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
 +
}}
 +
{{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. -->
 
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.
 
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
<li>Can calculate Magnet links</li>
+
* Output in a predefined (SFV, BSD-like) or a user-defined format
<li>Output in a predefined (SFV, BSD-like) or a user-defined format</li>
+
* Ability to process directories recursively
<li>Ability to process directories recursively</li>
+
* Updating existing hash-files (adding hash sums of files missing in a hash-file)>
<li>Updating existing hash-files (adding hash sums of files missing in a hash-file)</li>
+
* Portability: the program works the same under Linux, *BSD, Solaris or Windows
<li>Portability: the program works the same under Linux, *BSD, Solaris or Windows</li>
+
* Written in pure C, small in size, open source
<li>Written in pure C, small in size, open source</li>
+
 
 
+
 +
=== Documentation ===
 +
Use -h for the Help screen.
 +
* Getting started: http://sourceforge.net/p/rhash/wiki/Home/
 +
* Man page: http://rhash.anz.ru/manpage.php
 +
* Hash functions: http://rhash.anz.ru/hashes.php
 +
* Ubuntu rhash package (bugs page): https://bugs.launchpad.net/ubuntu/+source/rhash
 +
* Uninstalling rhash from PC: http://pcuninstalltool.com/articles/How-to-Uninstall/Remove-RHash-Completely-Off-Your-PC_24_116231.html
 +
 +
 
== User Experiences ==
 
== User Experiences ==
 
<!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. -->
 
<!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. -->
Use -h for the Help screen.
+
 
<li>Getting started: http://sourceforge.net/p/rhash/wiki/Home/</li>
+
 
<li> Man page: http://rhash.anz.ru/manpage.php</li>
 
<li>Hash functions: http://rhash.anz.ru/hashes.php</li>
 
<li>Ubuntu rhash package (bugs page): https://bugs.launchpad.net/ubuntu/+source/rhash</li>
 
<li>Uninstalling rhash from PC: http://pcuninstalltool.com/articles/How-to-Uninstall/Remove-RHash-Completely-Off-Your-PC_24_116231.html</li>
 
 
 
 
== Development Activity ==
 
== Development Activity ==
 
<!-- 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
 
}}
 

Latest revision as of 19:42, 11 May 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


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

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[edit]

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[edit]

Use -h for the Help screen.


User Experiences[edit]

Development Activity[edit]