Need a MD5 Hash file

29 views (last 30 days)
Kajal  Chawla
Kajal Chawla on 6 Nov 2024 at 18:44
Commented: Walter Roberson on 7 Nov 2024 at 18:31
I used DataHash matlab file available for hashing but it produces different results under MD5 hashing.Is there available any function which produces correct result when applied using MD5 algorithm?

Accepted Answer

Walter Roberson
Walter Roberson on 6 Nov 2024 at 20:55
  2 Comments
Walter Roberson
Walter Roberson on 7 Nov 2024 at 17:57
You are expecting that we will debug the File Exchange Contribution DataHash ? When there are other MD5 implementations available?
Walter Roberson
Walter Roberson on 7 Nov 2024 at 18:31
Note that DataHash is designed to provide a hash for MATLAB arrays. DataHash includes in the hash information about the class of the array and the size of the array. It does not simply hash the contents of the array. It is designed for the purpose of determining whether two MATLAB arrays are the same. It even handles function handles, including including information about the size and date of the underlying implementing file.

Sign in to comment.

More Answers (0)

Categories

Find more on Environment and Settings in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!