All Projects → rhash → Rhash

rhash / Rhash

Licence: 0bsd
Great utility for computing hash sums

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Rhash

Java Crypto Utils
Java Cryptographic, Encoding and Hash Utilities
Stars: ✭ 15 (-95.74%)
Mutual labels:  hash-functions, digest
xxHash-Swift
xxHash framework in Swift.
Stars: ✭ 22 (-93.75%)
Mutual labels:  hash-functions, digest
Checksum
Checksum calculation extensions for Swift
Stars: ✭ 28 (-92.05%)
Mutual labels:  checksum, digest
Tucl
The first-ever paper on the Unix shell written by Ken Thompson in 1976 scanned, transcribed, and redistributed with permission
Stars: ✭ 303 (-13.92%)
Mutual labels:  unix
Augur
Python library and web service for Open Source Software Health and Sustainability metrics & data collection.
Stars: ✭ 304 (-13.64%)
Mutual labels:  unix
Awesome Command Line Apps
🐚 Use your terminal shell to do awesome things.
Stars: ✭ 3,572 (+914.77%)
Mutual labels:  unix
Libterm
iOS sandboxed terminal with Python, Lua and Clang
Stars: ✭ 348 (-1.14%)
Mutual labels:  unix
T1ha
One of the fastest hash functions
Stars: ✭ 302 (-14.2%)
Mutual labels:  hash-functions
Bfs
A breadth-first version of the UNIX find command
Stars: ✭ 336 (-4.55%)
Mutual labels:  unix
Proftpd
ProFTPD source code
Stars: ✭ 318 (-9.66%)
Mutual labels:  unix
Unix As Ide
The ebook version of Tom Ryder's series on the Unix programming environment
Stars: ✭ 315 (-10.51%)
Mutual labels:  unix
Gwa tutorial
A comprehensive tutorial about GWAS and PRS
Stars: ✭ 303 (-13.92%)
Mutual labels:  unix
Libuv
Cross-platform asynchronous I/O
Stars: ✭ 18,615 (+5188.35%)
Mutual labels:  unix
Wipe Modules
🗑️ Easily remove the node_modules folder of non-active projects
Stars: ✭ 304 (-13.64%)
Mutual labels:  unix
Farmhash
Node.js implementation of FarmHash, Google's family of high performance hash functions
Stars: ✭ 342 (-2.84%)
Mutual labels:  checksum
Dotfiles
Configuration files I use on my main machine
Stars: ✭ 299 (-15.06%)
Mutual labels:  unix
Weekly Github Digest
📰 A published weekly with a Thursday publication date.
Stars: ✭ 338 (-3.98%)
Mutual labels:  digest
Purse
GPG asymmetric (YubiKey) password manager
Stars: ✭ 313 (-11.08%)
Mutual labels:  unix
Tag
ID3, MP4 and OGG/FLAC metadata parsing in Go
Stars: ✭ 314 (-10.8%)
Mutual labels:  checksum
Powershell Profile
Mike's Powershell Profile (and how to set up Windows console if you've been using *nix for 20 years)
Stars: ✭ 324 (-7.95%)
Mutual labels:  unix

RHash

RHash (Recursive Hasher) is a console utility for calculation and verification of magnet links and various message digests, 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.

Message digests 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 message digests of files missing in the hash file).
  • Calculates several message digests in one pass.
  • Portability: the program works the same on Linux, Unix, macOS or Windows.

Installation

./configure && make install

For more complicated cases of installation see the INSTALL.md file.

Documentation

Links

Contribution

Please read the Contribution guidelines document.

License

The code is distributed under BSD Zero Clause License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].