MD5 signature of a file
by Stefan Stoll
15 Jul 2004
(Updated 05 Sep 2006)
A one-file MATLAB implementation of MD5, no additional files needed.
|
Watch this File
|
| File Information |
| Description |
d = md5(f)
Computes the MD5 has function of the file specified in the string f and returns it as a 64-character array in d.
md5() is a single m-file and no additional libraries or toolboxes are needed. The code is compact and clear, but very slow. So md5() is
useful for educational purposes. |
| MATLAB release |
MATLAB 7 (R14)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 05 Sep 2006 |
2006-sep-05: bug fix (thanks to Patric Schenk) |
|
Contact us at files@mathworks.com