From: longpanda Date: Sun, 24 Oct 2021 10:52:09 +0000 (+0800) Subject: Add .md5/.sha1/.sha256/.sha512 check file feature. X-Git-Tag: v1.0.57~15 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/commitdiff_plain/a93b0f6656ddfc5d38e2e7d517c6191c66e2effb?hp=a93b0f6656ddfc5d38e2e7d517c6191c66e2effb Add .md5/.sha1/.sha256/.sha512 check file feature. Hotkey m is for calculate checksum and print the result. If also exist a .md5/.sha1/.sha256/.sha512 file, then it will check the result with the value in the file. The .md5/.sha1/.sha256/.sha512 suffix is appended to the original file name not replace the original suffix. For example: /ISO/Ubuntu-20.04-amd64-desktop.iso /ISO/Ubuntu-20.04-amd64-desktop.iso.md5 ---