← Cybersecurity Alphabet Soup

MD5

Message Digest 5

cryptoeasy

MD5 is a hash function from 1992 that produces a 128-bit digest. Collisions can now be generated in seconds on a laptop, and forged certificates have been built with it, so it is thoroughly broken for security purposes. It survives only for non-security uses like basic file checksums, and even there SHA-256 is preferred.

Sources

More in crypto