79601576

Date: 2025-05-01 08:33:22
Score: 1
Natty:
Report link

diff command is great!

However, I have to speak against the md5 command, as it is crucial to understand that MD5 is not considered collision-resistant, meaning it's possible, albeit with a low probability, for different inputs to produce the same hash value, which is called a collision.

If you really have to generate a hash out of the file for some purpose, considering lowering the collision by using sha256 or better algorythm.

Refernce: https://security.stackexchange.com/questions/203344/how-likely-is-a-collision-using-md5-compared-to-sha256-for-checking-file-integr

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: MaduKan