top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the difference between "hexdump" and "md5sum"?

+1 vote
217 views

As far as i know we can use both for comparing 2 files, want to know the difference between "hexdump" and "md5sum"?

posted May 5, 2015 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+2 votes

This is like comparing apple and oranges -

The hexdump utility is a filter which displays the specified files, or the standard input, if no files are specified, in a user specified format whereas md5sum calculates and verifies 128-bit MD5 hashes. The MD5 hash (or checksum) functions as a compact digital fingerprint of a file and this fingerprint is used to compare two files if both are same or different.

answer May 5, 2015 by Salil Agrawal
Similar Questions
0 votes

How a particular installation type affects DPDK uses within a host ?

+2 votes

When I install any Software or tool in Linux by terminal it says you need to update using

sudo apt-get update

Then I get a list of upgrades available in my Linux.

What is the difference between 'Update Manager' and terminal 'sudo apt-get update'?

...