JavaMD5

版本 1.2.0.0 (708 字节) 作者: Marcin Konowalczyk
Use a java routine to calculate MD5 hash of a file
391.0 次下载
更新时间 2017/7/12

查看许可证

This function attempts to calculate a MD5 checksum of a file. It is returned as a 32 character string - lower case hexadecimal.
This file is a one-file implementation. The code is concise and can also be included in your own functions. The purpose of this is to avoid having to compile c-code into mex files for simple implementations.
MD5 checksums should be used only to check for the file integrity. They are cryptographically broken, and unsuitable for security purposes.

引用格式

Marcin Konowalczyk (2024). JavaMD5 (https://www.mathworks.com/matlabcentral/fileexchange/55746-javamd5), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2014b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Project File Management 的更多信息
致谢

参考作品: GetMD5, DataHash

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.2.0.0

added error IDs

1.1.0.0

Replaced "fread(fid)" by "fread(fid, inf, '*uint8') for speed
try/catch now trows an error as opposed to returning an invalid hash

1.0.0.0