Add SSL/TLS content for back-end roadmap (#1268)

pull/1657/head
Gustavo Ribeiro 2 years ago committed by GitHub
parent 68f8a0c3a3
commit 42f15d51d5
  1. 8
      content/roadmaps/101-backend/content/111-web-security-knowledge/107-ssl-tls.md

@ -1 +1,7 @@
# Ssl tls
# SSL/TLS
Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are cryptographic protocols used to provide security in internet communications. These protocols encrypt the data that is transmitted over the web, so anyone who tries to intercept packets will not be able to interpret the data. One difference that is important to know is that SSL is now deprecated due to security flaws, and most modern web browsers no longer support it. But TLS is still secure and widely supported, so preferably use TLS.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://en.wikipedia.org/wiki/Transport_Layer_Security'>Wikipedia - SSL/TLS</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.cloudflare.com/learning/ssl/what-is-ssl/'>Cloudflare - What is SSL?</BadgeLink>

Loading…
Cancel
Save