Software Alternatives, Accelerators & Startups

Jacksum VS fio

Compare Jacksum VS fio and see what are their differences

Jacksum logo Jacksum

Jacksum is a free, open source, cross-platform, feature-rich, multi-threaded command line tool for calculating hash values, verifying data integrity, finding files by their fingerprints, and finding algorithms to hash values. 489 hash functions!

fio logo fio

Generate I/O for benchmarking, stress testing, verification or workload reproduction purposes.
  • Jacksum Landing page
    Landing page //
    2023-04-08

Jacksum supports 489 algorithms, including the most common cryptographic and non-cryptographic hash functions. Jacksum also supports the "Rocksoft (tm) Model CRC Algorithm" to customize your CRC.

Jacksum can perform a verification of hashes against a set of known hashes, and it can detect matching, non-matching, missing, and new files.

Jacksum takes advantage of modern multi-processor/multi-core environments, and saves time by hashing multiple files in parallel, and by computing hashes with multiple algorithms in parallel.

Output can occur in predefined standard formats (BSD-, GNU/Linux-, or Solaris style, SFV or FCIV) or in a user-defined format which is highly customizable, including many encodings for representing hash values, including binary, decimal, octal, hexadecimal with lowercase or uppercase letters, Base16, Base32 with and without padding, Base32hex with and without padding, Base64 with and without padding, Base64url with and without padding, BubbleBabble, and z-base-32.

Input data can come from files, standard input stream (stdin), or provided directly by command line arguments.

Jacksum supports many charsets for reading and writing files properly, and it comes with full support for all common Unicode aware charsets such as UTF-8, UTF-16, UTF-16BE, UTF-16LE, UTF-32, UTF-32BE, UTF-32LE, GB18030, etc.

With Jacksum you can also find the algorithm used to calculate a checksum, CRC, hash or find files that match a given hash value.

  • fio Landing page
    Landing page //
    2023-09-15

Jacksum

$ Details
Platforms
Windows Linux Mac OSX
Release Date
2023 August

Jacksum features and specs

  • algorithms supported: 489
  • algorithm types: cryptographic and non-cryptographic hash functions, CRCs and checksums
  • Customize CRCs from 1 to 64 bit width: yes
  • encodings for hash representation: 14
  • predefined styles to read and write files that contain hash values: 10
  • Calculation of hash values: yes
  • Find ok/failed/missing/new files (verify file/data integrity): yes
  • Find files by their fingerprints (positive matching): yes
  • Find files that do not match fingerprints (negative matching): yes
  • Find all duplicates of a file by its hash value: yes
  • Find the algorithm(s) that generated a certain hash value: yes

fio features and specs

No features have been listed yet.

Jacksum videos

No Jacksum videos yet. You could help us improve this page by suggesting one.

Add video

fio videos

MAZAYA CHAMBRA FIO | Review [+18]

More videos:

  • Review - Como escolher minhas tesouras (Fio, Tamanho e material) - REVIEW #15
  • Review - Os MELHORES fones sem fio de 2020? (Review)

Category Popularity

0-100% (relative to Jacksum and fio)
OS & Utilities
100 100%
0% 0
Monitoring Tools
0 0%
100% 100
Cloud Storage
100 100%
0% 0
Hard Drive Tools
0 0%
100% 100

Questions and Answers

As answered by people managing Jacksum and fio.

What makes your product unique?

Jacksum's answer

Jacksum (JAva ChecKSUM) is a free, open source, cross-platform, feature-rich, multi-threaded command line utility that makes hash functions available to you. It covers many types of use cases where hash values are needed:

  • Calculating of hash values of almost any input
  • Finding OK/failed/missing/new files (verify file/data integrity)
  • Finding files by their fingerprints for positive matching
  • Finding files that do not match certain fingerprints for negative matching
  • Finding all duplicates of a file by its hash value
  • Finding the algorithm(s) that generated a certain hash value

In order to achieve the goals above Jacksum supports you with

  • 489 standard hash functions
  • Customizable CRCs from 1 to 64 bit width
  • 60+ options to control Jacksum's behavior on the command line
  • 14 standard encodings for representing hash values
  • 10 predefined styles for reading and writing files that contain hash values
  • 8600+ lines of manpage with descriptions, examples, and compatibility lists for the most common algorithms

Jacksum is also a library. You can use it for your projects. It is written entirely in Java

How would you describe your primary audience?

Jacksum's answer

Jacksum is for users with security in mind, advanced users, sysadmins, students of informatics, computer scientists, cybersecurity engineers, forensics engineers, penetration testers, white hat hackers, reverse engineers, CRC researchers, etc.

Which are the primary technologies used for building your product?

Jacksum's answer

Java, a programming language for building robust cross platform software.

Why should a person choose your product over its competitors?

Jacksum's answer

It is free, open source, cross platform, multi-threaded, reliable, and it comes with a bunch of features, see also https://github.com/jonelo/jacksum/wiki/Features

What's the story behind your product?

Who are some of the biggest customers of your product?

User comments

Share your experience with using Jacksum and fio. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, fio seems to be a lot more popular than Jacksum. While we know about 14 links to fio, we've tracked only 1 mention of Jacksum. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Jacksum mentions (1)

  • Why are there no checksum apps for MacOS?
    Having said that I believe this is what you are looking for https://apps.apple.com/gr/app/hash-calculator-2/id463459213?mt=12 Or Https://github.com/sunjw/fhash/ Https://www.quickhash-gui.org Https://jacksum.net/en/index.html. Source: over 1 year ago

fio mentions (14)

  • Dire SMB speed with on PC to NAS
    Assuming two systems use flash storage, network bandwidth is identical and it is configured the same way, there should be an issue within the PC, either system or storage drive. Check the system logs for errors and warning events related to data transfer from/to NAS. Try to benchmark the PCs' disks using fio to confirm they have similar performance. https://github.com/axboe/fio. Source: 12 months ago
  • Ask HN: What are some good resources for learning about low level disk/file IO?
    Not specifically addressing your question, but when you get to the point of wanting to start doing some experiments you may find that 'fio' [1] is very handy. [1] https://github.com/axboe/fio. - Source: Hacker News / about 1 year ago
  • KVM virtual machines on ZFS benchmarks
    The dd is not a good benchmarking tool, you should use something like fio and probably tune it to use the ioengine most similar to your use case (eg. a database server will probably use some async IO interface). In your first example (with bs=1G) probably something (the guest OS, the qemu/kvm or the host OS) have split into smaller chunks anyway. Source: over 1 year ago
  • SSD Sequential Write Slowdowns
    All linux tests are run with fio 3.32 (github) with future commit 03900b0bf8af625bb43b10f0627b3c5947c3ff79 manually applied. Source: over 1 year ago
  • Just write the f*****g parser.
    Agree, I used flex/yacc to add an arithmetic expression evaluator to fio a few years back to allow simple math with some units in fio's job files, and for stuff like that, they're fine, but I wouldn't want to use them for a real language, the error handling is kind of a nightmare. Source: over 1 year ago
View more

What are some alternatives?

When comparing Jacksum and fio, you can also consider the following products

HashCheck Shell Extension - File-integrity verification with CRC-32, MD5, SHA-1, SHA-2 and SHA-3, integrated into Windows...

CrystalMark - CrystalMark is a full included benchmark application that can be utilized for surveying the execution and capacities of a PC.

RapidCRC Unicode - RapidCRC is an open source CRC/MD5/SHA hashing program.

Iometer - As the Iometer Users Guide says, Iometer is an I/O subsystem measurement and characterization tool...

Md5Checker - Md5Checker is a free, faster, lightweight and easy-to-use tool to manage, calculate and verify MD5 checksum of multiple files/folders.

CrystalDiskInfo - CrystalDiskInfo. A HDD/SSD utility software which supports a part of USB connection and Intel RAID. >> Download. Intel RAID (IRST). IRST 11.