Compute-file-or-string-md5 icon indicating copy to clipboard operation
Compute-file-or-string-md5 copied to clipboard

if file is big, the md5 error

Open cangyuegui opened this issue 1 year ago • 1 comments

certutil -hashfile D:\qt-everywhere-src-5.15.2.tar md5 MD5 的 D:\qt-everywhere-src-5.15.2.tar 哈希: 86613f629604dd0550ee79e7febaa4aa CertUtil: -hashfile 命令成功完成。

5f084f545c86bd4b30199a18d1c0db90[file - D:\qt-everywhere-src-5.15.2.tar] md5 value: 5f084f545c86bd4b30199a18d1c0db90

cangyuegui avatar Sep 27 '23 07:09 cangyuegui

my environment: $ gcc --version Apple clang version 12.0.0 (clang-1200.0.32.27)

I download your test file from: https://download.qt.io/archive/qt/5.15/5.15.2/single/

decompress it: $ xz -d qt-everywhere-src-5.15.2.tar.xz

using system md5sum: $ md5sum /Users/alan/Downloads/qt-everywhere-src-5.15.2.tar 86613f629604dd0550ee79e7febaa4aa /Users/alan/Downloads/qt-everywhere-src-5.15.2.tar

using this md5 tool: $ ./md5_test [file - /Users/alan/Downloads/qt-everywhere-src-5.15.2.tar] md5 value: 86613f629604dd0550ee79e7febaa4aa

chinaran avatar Oct 05 '23 08:10 chinaran