Need a MD5 Hash file
    19 views (last 30 days)
  
       Show older comments
    
    Kajal  Chawla
 on 6 Nov 2024
  
    
    
    
    
    Commented: Walter Roberson
      
      
 on 7 Nov 2024
            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
      
      
 on 6 Nov 2024
        2 Comments
  Walter Roberson
      
      
 on 7 Nov 2024
				You are expecting that we will debug the File Exchange Contribution DataHash ? When there are other MD5 implementations available?
  Walter Roberson
      
      
 on 7 Nov 2024
				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.
More Answers (0)
See Also
Categories
				Find more on Cell Arrays 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!
