Difference between revisions of "Rhash"
m |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{Infobox tool | |
− | + | |image=Rhash.png | |
− | {{ | + | |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. | ||
− | |||
|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 | ||
}} | }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== 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 29: | Line 22: | ||
* Portability: the program works the same under Linux, *BSD, Solaris or Windows | * Portability: the program works the same under Linux, *BSD, Solaris or Windows | ||
* Written in pure C, small in size, open source | * Written in pure C, small in size, open source | ||
+ | |||
− | == Documentation == | + | === Documentation === |
− | |||
Use -h for the Help screen. | Use -h for the Help screen. | ||
* Getting started: http://sourceforge.net/p/rhash/wiki/Home/ | * Getting started: http://sourceforge.net/p/rhash/wiki/Home/ | ||
Line 38: | Line 31: | ||
* Ubuntu rhash package (bugs page): https://bugs.launchpad.net/ubuntu/+source/rhash | * 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 | * 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. --> | ||
− | + | ||
+ | |||
== 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. --> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 19:42, 11 May 2021
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.
- 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