Need a MD5 Hash file
29 ビュー (過去 30 日間)
古いコメントを表示
Kajal Chawla
2024 年 11 月 6 日 18:44
コメント済み: Walter Roberson
2024 年 11 月 7 日 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?
採用された回答
Walter Roberson
2024 年 11 月 6 日 20:55
2 件のコメント
Walter Roberson
2024 年 11 月 7 日 17:57
You are expecting that we will debug the File Exchange Contribution DataHash ? When there are other MD5 implementations available?
Walter Roberson
2024 年 11 月 7 日 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.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Environment and Settings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!