diff --git a/content/roadmaps/101-backend/content/111-web-security-knowledge/100-md5.md b/content/roadmaps/101-backend/content/111-web-security-knowledge/100-md5.md index 2844b7898..1a558571d 100644 --- a/content/roadmaps/101-backend/content/111-web-security-knowledge/100-md5.md +++ b/content/roadmaps/101-backend/content/111-web-security-knowledge/100-md5.md @@ -3,6 +3,6 @@ MD5 (Message-Digest Algorithm 5) is a hash function that is currently advised not to be used due to its extensive vulnerabilities. It is still used as a checksum to verify data integrity. Free Content -Wikipedia - MD5 +Wikipedia - MD5 What is MD5? Why is MD5 not safe?