corrected grammar: it's -> its (#1284)

pull/4404/head
helmut a carter 3 years ago committed by GitHub
parent c9c5349926
commit 05eefc9e30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/roadmaps/101-backend/content/111-web-security-knowledge/100-md5.md

@ -1,6 +1,6 @@
# 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.
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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://pl.wikipedia.org/wiki/MD5'>Wikipedia - MD5</BadgeLink>

Loading…
Cancel
Save