1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-25 03:52:59 +01:00

Update-100-md5.md (#1072)

* Update-100-md5.md

* Minor typo change

* Update content/roadmaps/101-backend/content/111-web-security-knowledge/100-md5.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
qrav 2022-01-28 11:41:40 +01:00 committed by GitHub
parent 6d42b44dc5
commit 1b74de3592

View File

@ -1 +1,8 @@
# Md5
# MD5
MD5 (Message-Digest Algorithm 5) is a hash function that is currently advised not to be used due to it's extensive vulnerabilities. It is still used as a checksum to verify data integrity.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://pl.wikipedia.org/wiki/MD5'>Wikipedia - MD5</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.techtarget.com/searchsecurity/definition/MD5'>What is MD5?</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://infosecscout.com/why-md5-is-not-safe/'>Why is MD5 not safe?</BadgeLink>