helloSystem / ISO

helloSystem Live and installation ISO
https://github.com/helloSystem/
BSD 3-Clause "New" or "Revised" License
805 stars 59 forks source link

Installation images use vulnerable hash algorithm #552

Closed 9gay closed 8 months ago

9gay commented 9 months ago

https://en.wikipedia.org/wiki/MD5#Collision_vulnerabilities

Alternatives: SHA-2 SHA-3 BLAKE2 BLAKE3

Recommendation: For really paranoid users there are easy to use minisign and signify tools to check for intentional tampering with images and hashes, also it is not difficult to make GUI for both of those command-line tools because they are easy to use.