Need a MD5 Hash file

조회 수: 17 (최근 30일)
Kajal  Chawla
Kajal Chawla 2024년 11월 6일
댓글: Walter Roberson 2024년 11월 7일
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?

채택된 답변

Walter Roberson
Walter Roberson 2024년 11월 6일
  댓글 수: 2
Walter Roberson
Walter Roberson 2024년 11월 7일
You are expecting that we will debug the File Exchange Contribution DataHash ? When there are other MD5 implementations available?
Walter Roberson
Walter Roberson 2024년 11월 7일
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.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by