bimac/md5sum
version 1.2.0.0 (12.5 KB) by
Florian Rau
Obtain a file's MD5 hash value using system calls.
OUT = MD5SUM(FILENAME) calculates the MD5 hash value of file IN using system calls. For performance reasons, MD5SUM will hand over to Jan Simon's GETMD5 or DATAHASH if the latter are accessible on the MATLAB search path. The result: reliable calculation of MD5 sums on all modern platforms (GLNXA64, MACI64, PCWIN64) at the best available performance (calls to compiled C-code via GETMD5, Java-calls via DATAHASH, or calls to system functions).
Cite As
Florian Rau (2022). bimac/md5sum (https://github.com/bimac/md5sum), GitHub. Retrieved .
MATLAB Release Compatibility
Created with
R2017a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.