Why do many programmers still use MD5 for encryption?

It’s really not necessary anymore - plenty of alternatives. MD5CRK is a new distributed computing project whose “goal is to demonstrate that the MD5 message digest algorithm is no longer appropriate for many cryptographic applications such as checksums and digital signatures.”

Comments are closed.