pappasjfed/isomd5sum
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
isomd5sum provides a way of making use of the ISO9660 application data area to store md5sum data about the iso. This allows you to check the iso given nothing more than the iso itself. ## Cross-Platform Support isomd5sum now supports Windows in addition to Linux/Unix platforms: - Check embedded MD5 hashes on ISO images and physical media on Windows - Inject MD5 hashes into ISO images created on Windows - Build native Windows executables (.exe) - Windows installer available for easy installation with automatic PATH configuration See WINDOWS_BUILD.md for Windows build instructions and WINDOWS_INSTALLER.md for Windows installer details. ## Building ### Linux/Unix (using Makefile) ```bash make make install ``` ### Cross-Platform (using CMake) ```bash mkdir build && cd build cmake .. make make install ``` For Windows builds, see docs/WINDOWS_BUILD.md for detailed instructions. isomd5sum is hosted on GitHub. The source can be grabbed via git with git clone https://github.com/rhinstaller/isomd5sum.git or browsed via https://github.com/rhinstaller/isomd5sum Releases of isomd5sum are automatically generated by the tags. eg. for the 1.0.12 release:: https://github.com/rhinstaller/isomd5sum/archive/1.0.12.tar.gz You can send questions, enhancements, etc to anaconda-devel-list@redhat.com.
Languages
- C 53.6%
- Shell 13.8%
- Makefile 12.1%
- Python 10.5%
- CMake 4.0%
- PowerShell 3.0%
- Roff 3.0%