mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
a105f0e214
Isomd5sum is a collection of utilities for implanting and checking MD5 checksums within an ISO9660 image. A checksum is implanted in an image using the implantisomd5 utility, and the corresponding checkisomd5 utility can be used to verify burned CDs are error-free. Also included is a Python extension for performing these tasks. PR: ports/125013 Submitted by: Mykola Marzhan <delgod@portaone.com>
6 lines
330 B
Plaintext
6 lines
330 B
Plaintext
Isomd5sum is a collection of utilities for implanting and checking MD5
|
|
checksums within an ISO9660 image. A checksum is implanted in an image
|
|
using the implantisomd5 utility, and the corresponding checkisomd5 utility
|
|
can be used to verify burned CDs are error-free. Also included is a Python
|
|
extension for performing these tasks.
|