chenall / grub4dos

外部命令和工具源码:https://github.com/chenall/grubutils 下载:
http://grub4dos.chenall.net
GNU General Public License v2.0
647 stars 136 forks source link

Request: add md5 and sha1 commands #410

Open steve6375 opened 1 year ago

steve6375 commented 1 year ago

grub4dos and grub4efi support the crc32 command to calculate the crc32 of a file, but many files also supply an SHA-1 or MD5 checksum so they can be checked. Ventoy for instance can calculate crc32 and md5 and SHA-1 checksums.

It would be nice to add sha1 and md5 commands or as separate utility.

Would be a 'nice to have'.