Software Alternatives & Reviews

Jacksum VS Git

Compare Jacksum VS Git 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!

Git logo Git

Git is a free and open source version control system designed to handle everything from small to very large projects with speed and efficiency. It is easy to learn and lightweight with lighting fast performance that outclasses competitors.
  • 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.

  • Git Landing page
    Landing page //
    2023-08-01

Jacksum

$ Details
Platforms
Windows Linux Mac OSX
Release Date
2023 August

Git

$ Details
Platforms
-
Release Date
-

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

Git 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

Git videos

Full Git Tutorial (Part 6) - Pull Requests & Code Reviews

More videos:

  • Review - Learn Git In 15 Minutes
  • Tutorial - How to Review a Pull Request in GitHub the RIGHT Way

Category Popularity

0-100% (relative to Jacksum and Git)
OS & Utilities
100 100%
0% 0
Git
0 0%
100% 100
Cloud Storage
100 100%
0% 0
Code Collaboration
0 0%
100% 100

Questions and Answers

As answered by people managing Jacksum and Git.

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 Git. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Jacksum and Git

Jacksum Reviews

We have no reviews of Jacksum yet.
Be the first one to post

Git Reviews

Boost Development Productivity With These 14 Git Clients for Windows and Mac
GitUp is the open-source solution for a git repository and IDE interaction on macOS computers. The tool is based on a generic Git toolkit known as the GitUpKit. This toolkit is reusable, and hence you can build your own Git app based on GitUpKit.
Source: geekflare.com

Social recommendations and mentions

Based on our record, Git seems to be a lot more popular than Jacksum. While we know about 214 links to Git, 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: about 1 year ago

Git mentions (214)

  • Concluding OSD700
    In that course, we learned about the basics of open source, like how to make good PRs and contribute to random open-source projects, and how to use Git effectively in the process. We participated in events like Hacktoberfest that helped us embrace the spirit of open source. - Source: dev.to / 15 days ago
  • The power of the CLI with Golang and Cobra CLI
    Today we are going to see all the power that a CLI (Command line interface) can bring to development, a CLI can help us perform tasks more effectively and lightly through commands via terminal, without needing an interface. For example, git and Docker, we practically use their CLI all the time, when we execute a git commit -m "commit message" or docker ps -a we are using a CLI. I'm going to leave an article that... - Source: dev.to / 30 days ago
  • Simplest Guide to DIY Your Own LLM Toy in 2024
    Git (required): Version control is essential for managing your project's codebase. I use it for managing the Folo server codebase. - Source: dev.to / about 1 month ago
  • Client side Git hooks 101
    Git hooks are simple yet powerful, essentially just scripts executed when certain events like commit or push occur. Most notably, they are really useful for enforcing code and commit quality. However, there's one problem: Since the hook scripts are stored inside the .git/ directory, they cannot be committed to the repository and shared with other developers as is. Let's see what we can do about this. - Source: dev.to / about 1 month ago
  • How to Create a New Project and Push to GitHub from your Local Machine
    Install Git: If you haven't already, download and install Git on your local machine. You can get it from the official Git website: https://git-scm.com/. - Source: dev.to / about 1 month ago
View more

What are some alternatives?

When comparing Jacksum and Git, 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...

GitHub - Originally founded as a project to simplify sharing code, GitHub has grown into an application used by over a million people to store over two million code repositories, making GitHub the largest code host in the world.

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

Mercurial SCM - Mercurial is a free, distributed source control management tool.

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

Cryptlex - Cryptlex is an IT Management software, designed to help you maximize the revenue potential of your software by protecting you against software piracy.