{"id":7998,"date":"2023-04-14T08:22:42","date_gmt":"2023-04-14T16:22:42","guid":{"rendered":"https:\/\/cheapsslsecurity.com\/blog\/?p=7998"},"modified":"2023-04-14T08:25:21","modified_gmt":"2023-04-14T16:25:21","slug":"what-is-transport-layer-security-in-cyber-security","status":"publish","type":"post","link":"https:\/\/cheapsslsecurity.com\/blog\/what-is-transport-layer-security-in-cyber-security\/","title":{"rendered":"What Is Transport Layer Security in Cyber Security?"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">How secure is your customers&#8217; data? In March 2023, one of the largest healthcare breaches of the year (so far) was reported, impacting more than <a href=\"https:\/\/www.hipaajournal.com\/more-than-4-million-individuals-affected-by-cyberattack-on-independent-living-systems\/?mod=djemCybersecruityPro&amp;tpl=cy\">4.2 million customers<\/a>. Don&#8217;t be the next statistic. Learn what transport layer security can do to secure your data in transfer. Because your customers&#8217; data care starts with you.&nbsp;<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In Q3 2022, <a href=\"https:\/\/www.akamai.com\/blog\/security-research\/dns-threat-report-q3-2022\">14% of the devices analyzed by Akamai<\/a> showed at least one domain name system (DNS) malicious transaction (e.g., malware, phishing, ransomware command, and control domains). The consequences? A survey run by IDC and EfficientIP in 2022 gave us a few examples: <a href=\"https:\/\/www.efficientip.com\/resources\/idc-dns-threat-report-2022\/\">70% of organizations<\/a> victims of a DNS attack experienced application downtime and 24% incurred a loss of data.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Using <a href=\"https:\/\/developers.google.com\/speed\/public-dns\/docs\/dns-over-tls\">DNS over TLS<\/a> (DoT) can help prevent your DNS request data from being tampered with by a cybercriminal, protecting your organization from most DNS attacks. How? By adding transport layer security (TLS) encryption on top of the <a href=\"https:\/\/cheapsslsecurity.com\/blog\/what-is-the-udp-protocol-a-user-datagram-protocol-definition\/\">user datagram protocol<\/a> (UDP) utilized for DNS queries. But that isn\u2019t all TLS can do; it can also help protect your customers\u2019 sensitive data in transit.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So, what is TLS, exactly? How does it work? And what else can TLS do to improve the security of your organization&#8217;s website and data? This is exactly what we&#8217;re going to explore in this article.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Is Transport Layer Security (TLS)?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Transport layer security, commonly called TLS, is a cryptographic protocol that helps you keep your internet communications confidential and unmodified by creating an authenticated channel between a client and a web server. This protocol supports public and private key cryptography, meaning encryption methods that use either a key pair or a single key to encrypt and decrypt data.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It uses <a href=\"https:\/\/cheapsslsecurity.com\/blog\/what-is-asymmetric-encryption-understand-with-simple-examples\/\">asymmetric encryption<\/a> (i.e., a <a href=\"https:\/\/cheapsslsecurity.com\/blog\/private-key-and-public-key-explained\/\">public key<\/a> to encrypt data and a private key to decrypt it) at the start of a connection between the client and the server, and <a href=\"https:\/\/www.ibm.com\/docs\/en\/ztpf\/2020?topic=concepts-symmetric-cryptography\">switches to symmetric encryption<\/a> (i.e., the same key is used for encryption and decryption) after having exchanged session keys data.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"652\" src=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/04\/asymmetric-vs-symmetric-encryption-example-1024x652.png\" alt=\"A TLS security graphic that illustrates the difference between symmetric and asymmetric encryption -- asymmetric uses two keys (1 to encrypt, 1 to decrypt) and the other uses a single key for both functions.\" class=\"wp-image-8002\" srcset=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/04\/asymmetric-vs-symmetric-encryption-example-1024x652.png 1024w, https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/04\/asymmetric-vs-symmetric-encryption-example-300x191.png 300w, https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/04\/asymmetric-vs-symmetric-encryption-example.png 1076w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\"><em>Image caption: The graphic shows the difference between asymmetric and symmetric encryption.<\/em><\/figcaption><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Let&#8217;s say you want to ask your boss for a pay raise. You set up a private meeting in his office so that you can discuss your request directly with him, without anybody eavesdropping on your conversation. But how can you do that over the internet via a chat app or email, for example? It\u2019s possible that someone could be listening in if you\u2019re not using a secure connection.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Knowing this, how can you make sure that:<\/p>\n\n\n\n<ol class=\"wp-block-list\" type=\"1\">\n<li>You\u2019re really talking to your boss and not to a cheeky colleague playing a prank on you?<\/li>\n\n\n\n<li>The conversation is kept private? And,<\/li>\n\n\n\n<li>That the stellar raise offered in the document he sent hasn\u2019t been modified by the same cheeky colleague?<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Transport layer security can do all of that for you.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">TLS is the modern (and more secure) version of Netscape\u2019s old <a href=\"https:\/\/cheapsslsecurity.com\/blog\/ssl-meaning-definition-for-non-techies\/\">secure sockets layer<\/a> (SSL) protocol. It\u2019s implemented on top of the hypertext transfer protocol (HTTP) to create a more secure protocol (called HTTPS) that can guarantee data authenticity and integrity by leveraging the power of cryptography.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">And do you know what the best part is? Even though its primary use is to encrypt data transmissions between web applications and servers, TLS security can also be utilized in other cases. For instance, you can employ TLS to protect your communications via voice over IP (VoIP), instant messaging, and email servers, as shown in the example we&#8217;ve just made.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Before we dig deeper into its characteristics and features, there&#8217;s something fundamental that anyone who has to do with TLS should be aware of. Do you know the difference between TLS, SSL, and HTTPS? You don&#8217;t? \u201cNae bother\u201d (\u201cno worries\u201d), as my Scottish friend would say. We&#8217;re here to help.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Why Are TLS and SSL Different From HTTPS?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">I remember that when I started working in cyber security, I was overwhelmed by the number of acronyms, terms, and definitions used in the industry. No matter how hard I studied, there were always new terms or definitions coming up that I needed to research.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Nevertheless, it\u2019s also one of the things that continues to fascinate me about cyber security: Regardless of how long you\u2019ve been in the business, your learning journey never ends. And with <a href=\"https:\/\/go.veeam.com\/wp-data-protection-trends-2023.html\">85% of organizations<\/a> hit by at least one ransomware attack in 2022, if you want to keep your data secure, knowing the meaning of at least the most common terms is paramount.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This time, to make things easier and ensure that everyone reading this article doesn\u2019t feel like going through a hieroglyphic text, we\u2019ll be your Rosetta stone. Do you prefer to stick to the bare minimum? We\u2019ve summarized the differences between TLS, SSL, and <a href=\"https:\/\/cheapsslsecurity.com\/blog\/your-guide-to-https-port-443-and-why-its-critical-to-security\/\">HTTPS<\/a> in the table below.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>&nbsp;<\/td><td><strong>Secure Socket Layer (SSL)<\/strong><\/td><td><strong>Transport Layer Security (TLS)<\/strong><\/td><td><strong>Hypertext Transfer Protocol Secure (HTTPS)<\/strong><\/td><\/tr><tr><td><strong>History<\/strong><\/td><td>Developed by Netscape in the 1990s. Its first version was never published.<\/td><td>Created by the <a href=\"https:\/\/www.ietf.org\/\">Internet Engineering Task Force<\/a> (IETF). The first version was released in 1999.<\/td><td>Firstly conceived by <a href=\"https:\/\/www.w3.org\/People\/Berners-Lee\/\">Tim Berners-Lee<\/a> at <a href=\"https:\/\/home.web.cern.ch\/\">CERN<\/a> in 1999; later the responsibility moved to the IETF and the <a href=\"https:\/\/www.w3.org\/\">World Wide Web Consortium<\/a> (W3C).<\/td><\/tr><tr><td><strong>Function<\/strong><\/td><td>A (now deprecated) protocol that\u2019s employed on top of HTTPS to encrypt the transmitted data.<\/td><td>The protocol that\u2019s used on top of HTTPS to encrypt the transmitted data.<\/td><td>HTTPS over TLS (formerly HTTPS over SSL). It\u2019s a secure version of HTTP that uses cryptographic functions to securely transmit data between a client and web server.<\/td><\/tr><tr><td><strong>How Many Versions of the Protocol Exist?<\/strong><\/td><td>Three versions: SSL 1.0 (never released), SSL 2.0, and SSL 3.0.<\/td><td>Four versions: TLS 1.0, TLS 1.1, TLS 1.2, and TLS 1.3.<\/td><td>One<\/td><\/tr><tr><td><strong>Status<\/strong><\/td><td>All versions are deprecated.<\/td><td>Versions 1.0 and 1.1 are deprecated; TLS 1.2 and 1.3 are the current secure versions.<\/td><td>It\u2019s the secure version of the HTTP protocol and is the default protocol for 82.9% of websites, <a href=\"https:\/\/w3techs.com\/technologies\/details\/ce-httpsdefault\">according to W3Techs<\/a>.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">What Makes Hypertext Transfer Protocol Secure (HTTPS) Different?<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Have you ever noticed the first letters you see on your browser bar whenever you visit a website? They usually read <em>https:\/\/<\/em>, or, in case of an insecure website, <em>http:\/\/<\/em>. <a href=\"https:\/\/cheapsslsecurity.com\/blog\/http-vs-https-security-the-differences-between-these-protocols\/\">HTTPS<\/a> is the protocol used to securely transmit data between a client and a web server.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Hang on. Isn\u2019t TLS doing the same thing? Not quite. While they all work to help you keep your internet connections secure, TLS (and previously SSL) is the protocol used to encrypt the HTTP-transmitted data. You can easily recognize a website using TLS by the tiny padlock displayed on your browser&#8217;s address bar, just before the <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Learn\/Common_questions\/Web_mechanics\/What_is_a_URL\">URL<\/a>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"592\" src=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/04\/http-vs-https-http-plus-tls-1024x592.png\" alt=\"An illustration that shows the difference between HTTP and HTTPS connections (i.e., HTTP + TLS connections for the latter)\" class=\"wp-image-8003\" srcset=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/04\/http-vs-https-http-plus-tls-1024x592.png 1024w, https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/04\/http-vs-https-http-plus-tls-300x173.png 300w, https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/04\/http-vs-https-http-plus-tls.png 1240w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\"><em>Image caption: TLS on top of HTTP secures data transmission from forgery, theft, and eavesdropping.<\/em><\/figcaption><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">HTTPS defines what type of data can be transmitted, in which format, and how the web server should respond. (Basically, it\u2019s what allows you to view information on the internet.) However, it needs TLS to encrypt information and to guarantee the secure exchange of data between the client and web server. Otherwise, if you use an HTTP (insecure) connection, you\u2019ll send this data in plain text, which can be intercepted or modified in transit.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To say it in plain English, TLS is the \u201cs\u201d of security in HTTPS, enabling you to take the security of your website to the next level.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Nowadays, most websites have at least one TLS version enabled out of the four available. TLS 1.2 is the most popular as, at the time of writing, it\u2019s supported by <a href=\"https:\/\/www.ssllabs.com\/ssl-pulse\/\">99.9% of HTTPS-enabled sites<\/a> surveyed by Qualys (as of March 2023). Let&#8217;s have a quick look at these versions.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Are you interested in knowing more about the differences between the three protocols? Check out DNSimple\u2019s <a href=\"https:\/\/howhttps.works\/https-ssl-tls-differences\/\">funny short comic<\/a> strip.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">The Four Versions of the Transport Layer Security<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Four versions with the same goal: to achieve a secure internet connection. These four digital musketeers support different cryptographic functions, including <a href=\"https:\/\/cheapsslsecurity.com\/blog\/sha-2-encryption-algorithm-improves-website-security\/\">encryption algorithms<\/a> (more on that in a moment), and provide different levels of security.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Transport Layer Security 1.0 and 1.1<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">The first two versions of the protocol, TLS 1.0 and TLS 1.1, have already been declared officially obsolete by the <a href=\"https:\/\/media.defense.gov\/2021\/Jan\/05\/2002560140\/-1\/-1\/0\/ELIMINATING_OBSOLETE_TLS_UOO197443-20.PDF\">U.S. National Security Agency<\/a> (NSA) in 2021. Based on old and insecure algorithms like <a href=\"https:\/\/www.avast.com\/c-md5-hashing-algorithm\">MD5<\/a> and <a href=\"https:\/\/cheapsslsecurity.com\/p\/sha1-vs-sha2-the-technical-difference-explained-by-ssl-experts\/\">SHA-1<\/a>, they\u2019re still supported by 32-35% of sites.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">They\u2019re both vulnerable to several attacks. Among them:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><a href=\"https:\/\/www.cisa.gov\/news-events\/alerts\/2014\/10\/17\/ssl-30-protocol-vulnerability-and-poodle-attack\">POODLE<\/a>.<\/strong> This vulnerability affects TLS versions 1.0 and 1.1. It\u2019s an attack wherein the attacker downgrades the connection to the more vulnerable SSL 3.0 protocol.<\/li>\n\n\n\n<li><strong><a href=\"https:\/\/docs.digicert.com\/en\/certcentral\/certificate-tools\/discovery-user-guide\/tls-ssl-endpoint-vulnerabilities\/beast.html\">BEAST<\/a>.<\/strong> This vulnerability affects TLS version 1.0. Similar to man-in-the-middle attacks, this enables attackers to exploit vulnerabilities in <a href=\"https:\/\/www.professormesser.com\/security-plus\/sy0-601\/sy0-601-video\/stream-and-block-ciphers-2\/\">block cipher suites<\/a> (i.e., they encrypt a fixed length block of information at the time), and<\/li>\n\n\n\n<li><strong><a href=\"https:\/\/www.rfc-editor.org\/rfc\/rfc8996\">Man-in-the-middle<\/a>.<\/strong> Thanks to the weak cryptographic algorithms used during authentication, attackers can easily pose as the server communicating with the client.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Want a suggestion? Stay away from them; there&#8217;s a reason they&#8217;re deprecated, and the NSA removed them from its standards.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Transport Layer Security 1.2<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">\u2026 Then came <a href=\"https:\/\/cheapsslsecurity.com\/blog\/what-is-tls-1-2-a-look-at-the-secure-protocol\/\">TLS 1.2<\/a>. This is the most widely supported TLS protocol and is considered the minimum version you should use to secure your website and other connections.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Among all the improvements characterizing the third version, TLS 1.2:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Supports more secure algorithms like <a href=\"https:\/\/cheapsslsecurity.com\/blog\/what-is-sha2-and-what-are-sha-2-ssl-certificates\/\">SHA-256<\/a>,<\/li>\n\n\n\n<li>Let the server select the ciphers among those supported by both parties, and<\/li>\n\n\n\n<li>Can be used with advanced cipher suites supporting <a href=\"https:\/\/blog.cloudflare.com\/a-relatively-easy-to-understand-primer-on-elliptic-curve-cryptography\/\">elliptic curve cryptography<\/a>. It\u2019s a more modern alternative to the <a href=\"https:\/\/cheapsslsecurity.com\/blog\/what-is-the-rsa-algorithm-a-look-at-rsa-encryption\/\">Rivest-Shamir-Adleman<\/a> (RSA) algorithm that guarantees the same level of security while utilizing a smaller key size.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"674\" src=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/04\/tls-12-handshake-1024x674.png\" alt=\"An illustration of how the TLS 1.2 handshake breaks down in two roundtrips\" class=\"wp-image-8004\" srcset=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/04\/tls-12-handshake-1024x674.png 1024w, https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/04\/tls-12-handshake-300x198.png 300w, https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/04\/tls-12-handshake-370x245.png 370w, https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/04\/tls-12-handshake.png 1089w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\"><em>Image caption: TLS 1.2 is characterized by a two-roundtrip handshake.<\/em><\/figcaption><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Released in 2008, TLS 1.2 was a significant improvement over its predecessors, particularly with regard to the level of security it offers. As the most commonly supported protocol, it secures organizations by minimizing the risks of attacks like:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Man-in-the-middle attacks<a href=\"https:\/\/docs.digicert.com\/en\/certcentral\/certificate-tools\/discovery-user-guide\/tls-ssl-endpoint-vulnerabilities\/beast.html\"><\/a>.<\/strong> <a href=\"https:\/\/www.professormesser.com\/security-plus\/sy0-601\/sy0-601-video\/stream-and-block-ciphers-2\/\"><\/a>The process used during the handshake to generate random values is more secure. Thus, it limits the chances for attackers to guess the correct values and launch man-in-the-middle attacks, and<\/li>\n\n\n\n<li><strong><a href=\"https:\/\/www.rfc-editor.org\/rfc\/rfc7457#section-2.1\">RC4 attacks<\/a><a href=\"https:\/\/www.cisa.gov\/news-events\/alerts\/2014\/10\/17\/ssl-30-protocol-vulnerability-and-poodle-attack\"><\/a>.<\/strong> With the introduction of more secure cipher suites (i.e., AES-GCM), websites owners can avoid the usage of the vulnerable and deprecated algorithms (including RC4), protecting the websites from RC4-based attacks.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">However, good things never last forever. Even if TLS 1.2 supports more secure ciphers, web servers and clients can still opt for using deprecated ones like MD5 and SHA-1. On top of that, TLS 1.2 has a relatively complex and slow handshake (we\u2019ll get to that in a minute). Not good. The solution came in 2018 when the newest <a href=\"https:\/\/cheapsslsecurity.com\/blog\/tls-1-3-everything-you-need-to-know\/\">TLS 1.3<\/a> was published.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Transport Layer Security 1.3<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Qualys SSL Labs reports that one-third (66%) of websites it analyzes support TLS 1.3. Data security is the greatest benefit of the secure protocol, according to <a href=\"https:\/\/www.f5.com\/company\/blog\/study-reveals-what-s-driving-limiting-tls-1-3-implementation\">85% of surveyed organizations<\/a> that have already implemented it. This latest version:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Improves handshake performance and efficiency.<\/strong> Reducing the steps needed to establish an encrypted connection to a single round guarantees a faster handshake process at scale.<\/li>\n\n\n\n<li><strong>Removes the obsolete and insecure algorithms still in use in TLS 1.2.<\/strong> No more SHA-1, MD5, or <a href=\"https:\/\/www.okta.com\/identity-101\/rc4-stream-cipher\/\">RC4<\/a>. This means the connection won\u2019t be vulnerable to attacks like <a href=\"https:\/\/nakedsecurity.sophos.com\/2013\/02\/07\/boffins-crack-https-encryptionin-lucky-thirteen-attack\/\">LUCKY 13<\/a> (similar to the POODLE attack mentioned earlier) or <a href=\"https:\/\/robotattack.org\/\">ROBOT<\/a> (exploiting an RSA vulnerability in encryption).<\/li>\n\n\n\n<li><strong>Offers more robust security.<\/strong> How? By mandating the usage of the perfect forward secrecy using the <a href=\"https:\/\/www.educative.io\/answers\/what-is-the-elliptic-curve-diffie-hellman-algorithm\">Diffie-Hellman <\/a><a href=\"https:\/\/www.educative.io\/answers\/what-is-the-elliptic-curve-diffie-hellman-algorithm\"><\/a><a href=\"https:\/\/www.educative.io\/answers\/what-is-the-elliptic-curve-diffie-hellman-algorithm\">e<\/a>phemeral (DHE) algorithm. The primary difference? This algorithm generates a unique, one-time symmetric key for each session that\u2019s discarded at the end of the session. This makes it impossible for an attacker to break the encryption of previous sessions even if they manage to get hold of the web server\u2019s private key later.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"582\" src=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/04\/tls-13-handshake-1024x582.png\" alt=\"An illustration of how the TLS 1.3 handshake breaks down in a single roundtrip\" class=\"wp-image-8005\" srcset=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/04\/tls-13-handshake-1024x582.png 1024w, https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/04\/tls-13-handshake-300x170.png 300w, https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/04\/tls-13-handshake.png 1132w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\"><em>Image caption: The TLS 1.3\u2019s handshake guarantees a secure and encrypted connection in just one negotiation roundtrip.<\/em><\/figcaption><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Still wondering if it&#8217;s worth making the leap and implementing TLS 1.3 and finally saying goodbye to the deprecated versions?<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Check out our <a href=\"https:\/\/cheapsslsecurity.com\/blog\/tls-versions-what-they-are-and-which-ones-are-still-supported\/\">ultimate deep-dive<\/a> into the four transport layer security versions, and<\/li>\n\n\n\n<li>Read on to uncover why transport layer security is so valued by cyber security professionals.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Why Is TLS Important in Cyber Security?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In March 2023, ChatGPT suffered <a href=\"https:\/\/openai.com\/blog\/march-20-chatgpt-outage\">its first data breach<\/a>. Due to a flaw in an open-source library, some users\u2019 payment details and personal information were exposed. In the same month, the telecom giant AT&amp;T informed <a href=\"https:\/\/www.fiercewireless.com\/security\/att-informs-9m-wireless-customers-security-breach\">9 million customers<\/a> that unauthorized malicious party accessed their customer property network information (CPNI).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Sadly, these are just two recent examples showing the level of danger every one of us is exposed to in the digital world. Organizations, private users, customers, you name it \u2014 we&#8217;re all in the same shaky boat.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Cyber security aims to protect data, networks, and devices against unauthorized access. It\u2019s an arms race against all types of cyber security threats, guarding your assets against cybercriminals. Essentially, it&#8217;s about ensuring confidentiality, integrity, and availability of your sensitive data and systems.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Transport layer security is one of the fundamental tools that can help organizations reach those goals as, once implemented it can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Protect data in transit from eavesdropping attacks.<\/strong> By establishing an encrypted communication channel, sensitive data (e.g., credit card information and login credentials) exchanged between the client and the server remains private and is protected from theft.<\/li>\n\n\n\n<li><strong>Guarantee data integrity.<\/strong> TLS protocol signs each transmitted message with a MAC. This enables the recipient to use hash functions to check the integrity of the message by computing and verifying the MAC value. No more tampering or message forgery!<\/li>\n\n\n\n<li><strong>Safeguard from data breaches.<\/strong> Thanks to authentication that occurs during the handshake, the communicating parties can ensure that they&#8217;re who they claim to be, avoiding sensitive information ending up in the wrong hands.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">While TLS helps shield organizations from myriads of security incidents, it&#8217;s particularly effective in preventing <a href=\"https:\/\/cheapsslsecurity.com\/blog\/what-is-a-man-in-the-middle-attack-mitm-explained\/\">man-in-the-middle<\/a> attacks. How? Thanks to encryption. When the cybercriminal intercepts a conversation or data transfer between two parties, even if he manages to get hold of the encrypted data, he won\u2019t be able to decrypt it without the recipient&#8217;s private key.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"566\" src=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/04\/how-http-over-tls-prevents-mitm-1024x566.png\" alt=\"A graphic that shows the concept of how TLS security helps to protect your data against man-in-the-middle attacks by encrypting data in transit\" class=\"wp-image-8006\" srcset=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/04\/how-http-over-tls-prevents-mitm-1024x566.png 1024w, https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/04\/how-http-over-tls-prevents-mitm-300x166.png 300w, https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/04\/how-http-over-tls-prevents-mitm.png 1125w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\"><em>Image caption: Transport layer security used on top of an insecure connection (i.e., HTTP) can effectively protect you from several kinds of attacks, including <\/em><a href=\"https:\/\/cheapsslsecurity.com\/blog\/types-of-man-in-the-middle-attacks\/\">all types of man-in-the-middle attacks<\/a><em>.<\/em><\/figcaption><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">TLS is a safety net in the stormy sea of our digital world that, sometimes, can be the difference between the life and death of a business. This is why transport layer security is of primary importance to cyber security.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Now that you know what transport layer security is and why it\u2019s one of the main ingredients of a safe data transfer experience, it\u2019s time to discover the magic behind it and learn how it works.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How Does Transport Layer Security Work?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Let&#8217;s go back to the physical world for a moment. Often when you meet someone for the first time, you start with &#8216;Hello!&#8217; and a handshake. TLS does much the same in the digital world. It begins with a \u201chandshake\u201d to ensure the authenticity of the parties and establish a secure, encrypted connection.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Before it does that, though, the website or email server&#8217;s owner must have purchased, installed, and <a href=\"https:\/\/cheapsslsecurity.com\/blog\/what-is-tls-1-2-a-look-at-the-secure-protocol\/\">enabled<\/a> an SSL\/TLS certificate issued by a trusted <a href=\"https:\/\/cheapsslsecurity.com\/blog\/what-is-a-certificate-authority-ca\/\">certificate authority<\/a> (CA). To obtain it, they&#8217;ll have to go through a specific <a href=\"https:\/\/cheapsslsecurity.com\/blog\/your-ssl-validation-guide\/\">validation process<\/a> that varies depending on the type of certificate chosen:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><a href=\"https:\/\/cheapsslsecurity.com\/sslproducts\/domainvalidatedssl.html\">Domain validation<\/a> (DV) certificate.<\/strong> Can be obtained by anyone, including malicious actors, due to its basic validation process. (It only requires you to prove you control the domain.)<\/li>\n\n\n\n<li><strong><a href=\"https:\/\/cheapsslsecurity.com\/sslproducts\/organizationvalidatedssl.html\">Organization validation<\/a> (OV) certificate.<\/strong> This is considered business validation because it requires additional checks to verify the authenticity of the requesting organization\u2019s digital identity. Nevertheless, its vetting process is simpler than the one required to obtain an EV certificate. It\u2019s often used for blogs and online forms; it should be the minimum level of validation used for websites that collect sensitive information.&nbsp;<\/li>\n\n\n\n<li><strong><a href=\"https:\/\/cheapsslsecurity.com\/sslproducts\/extendedvalidation.html\">Extended validation<\/a> (EV) certificate.<\/strong> It\u2019s the most expensive but guarantees the highest levels of identity validation. The best option for checkout pages and websites dealing with sensitive customers&#8217; information (i.e., banking and financial sites, e-commerce).<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/cheapsslsecurity.com\/sslproducts.html\">Buy an SSL\/TLS Certificate<\/a><\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">So, what does an SSL\/TLS certificate do? Essentially, it enables its owner to use encryption through the <a href=\"https:\/\/cheapsslsecurity.com\/blog\/understanding-the-role-of-certificate-authorities-in-pki\/\">public key infrastructure<\/a> and authenticates its identity. It does this by tying the organization\u2019s verified digital identity to the certificate. Can you use an <a href=\"https:\/\/cheapsslsecurity.com\/blog\/what-is-an-ssl-certificate-why-do-you-need-it\/\">SSL certificate<\/a> to implement TLS? Of course. TLS\/SSL certificates are often also called SSL certificates because, essentially, they do the same thing. They just use the more secure TLS protocols to do it!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Now, let&#8217;s go into the nitty-gritty of the process and find out how a TLS handshake works. For this demonstration, we\u2019ll take you through each handshake stage of the most recent and secure version of TLS (version 1.3).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">By the way, did you know that the moment you opened this article, your client and web server initiated the connection using exactly the TLS handshake process we\u2019re going to explore? Check your browser\u2019s address bar. Can you spot the padlock icon we mentioned earlier, followed by HTTPS?<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"362\" src=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/04\/savvy-security-https-tls-security-example-1024x362.png\" alt=\"transport layer security graphic: A screenshot from CheapSSLsecurity.com that shows the security padlock in the URL bar.\" class=\"wp-image-8007\" srcset=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/04\/savvy-security-https-tls-security-example-1024x362.png 1024w, https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/04\/savvy-security-https-tls-security-example-300x106.png 300w, https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/04\/savvy-security-https-tls-security-example.png 1260w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\"><em>Image caption: When a website uses transport layer security, a padlock followed by &#8216;https&#8217; is shown in the browser&#8217;s address bar.<\/em><\/figcaption><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">As soon as you clicked on this article&#8217;s link:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Your client sent a \u201cClient Hello\u201d message to CheapSSLsecurity.com\u2019s web server. At the same time, it:\n<ul class=\"wp-block-list\">\n<li>Sent the list of supported cipher suites (i.e., a set of algorithms used to secure communications),<\/li>\n\n\n\n<li>Guessed the key agreement protocol the server may pick, and<\/li>\n\n\n\n<li>Shared its public key related to the guessed protocol.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Our web server replied with its \u201cServer Hello,\u201d which included:\n<ul class=\"wp-block-list\">\n<li>The chosen key agreement protocol and key share information,<\/li>\n\n\n\n<li>Its SSL\/TLS certificate (i.e., a data file confirming that CheapSSLsecurity.com\u2019s is really authentic and includes its public key), and last but not least,<\/li>\n\n\n\n<li>A \u201cServer Finished\u201d message.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>As a last step, your client:\n<ul class=\"wp-block-list\">\n<li>Checked our web server\u2019s certificate (i.e., it authenticated our web server),<\/li>\n\n\n\n<li>Created the symmetric keys based upon the chosen key agreement protocol and values, and<\/li>\n\n\n\n<li>Sent to our server the \u201cClient Finished\u201d message.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Since the encrypted connection has been established:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Both the client and the server use secure HTTPS (i.e., SSL\/TLS on top of HTTP).<\/li>\n\n\n\n<li>Messages have been encrypted and decrypted using the session key that only your client and our web server have (i.e., symmetric encryption).<\/li>\n\n\n\n<li>A <a href=\"https:\/\/www.ibm.com\/docs\/en\/zos\/2.1.0?topic=cryptography-message-authentication-codes-macs\">message authentication code<\/a> (which uses a one-way <a href=\"https:\/\/cheapsslsecurity.com\/blog\/decoded-examples-of-how-hashing-algorithms-work\/\">hash function<\/a>) has been created and embedded in each message to guarantee data integrity.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Have you ever thought that all this could have happened in the background, in a fraction of a second? Isn\u2019t it brilliant?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Curious to know which TLS versions our blog is supporting? Check it out in <a href=\"https:\/\/cheapsslsecurity.com\/blog\/tls-checker-how-to-check-the-tls-version-of-a-website\/\">four simple steps<\/a>.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Are your websites still unprotected or are you still using a deprecated version of TLS? Time to batten down the hatches. As Kahlil Gibran once said, \u201cIf you reveal your secrets to the wind, you should not blame the wind for revealing them to the trees.\u201d<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Final Thoughts on What Transport Layer Security Is in Cyber Security<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">TLS is a widely used security protocol that helps you:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Ensure the parties communicating over the internet are who they say they are,<\/li>\n\n\n\n<li>Protect the transmitted data from prying eyes, and<\/li>\n\n\n\n<li>Guarantee that the same data hasn\u2019t been altered.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The implementation of the transport layer security protocol will not only protect your customers from redirection to malicious websites. It&#8217;ll also shield your organization from DNS-based attacks that could badly damage your brand and reputation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Your client\u2019s trust is one of your most valuable assets. Don\u2019t leave them in the wrong hands. Because if you don\u2019t take care of your customers, someone else will. Still not convinced? In our next article, we&#8217;ll give you a plethora of reasons why you should implement TLS security on your website.&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>How secure is your customers&#8217; data? In March 2023, one of the largest healthcare breaches of the year (so far) was reported, impacting more than 4.2 million customers. Don&#8217;t be the next statistic. Learn what transport layer security can do to secure your data in transfer. Because your customers&#8217; data care starts with you.&nbsp; In<\/p>\n","protected":false},"author":8,"featured_media":7940,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[5],"tags":[421,836,835],"class_list":["post-7998","post","type-post","status-publish","format-standard","has-post-thumbnail","category-ssl-pki","tag-featured","tag-tls","tag-transport-layer-security"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What Is Transport Layer Security in Cyber Security?<\/title>\n<meta name=\"description\" content=\"What is TSL security? Learn what TLS is, get to know its different protocols, &amp; discover what TLS can do for your website and data security.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cheapsslsecurity.com\/blog\/what-is-transport-layer-security-in-cyber-security\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What Is Transport Layer Security in Cyber Security?\" \/>\n<meta property=\"og:description\" content=\"What is TSL security? Learn what TLS is, get to know its different protocols, &amp; discover what TLS can do for your website and data security.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cheapsslsecurity.com\/blog\/what-is-transport-layer-security-in-cyber-security\/\" \/>\n<meta property=\"og:site_name\" content=\"Savvy Security\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/cheapsslsecurities\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-14T16:22:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-14T16:25:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/01\/tls-versions.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"1000\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Savvy Security\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@sslsecurity\" \/>\n<meta name=\"twitter:site\" content=\"@sslsecurity\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Savvy Security\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"16 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/what-is-transport-layer-security-in-cyber-security\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/what-is-transport-layer-security-in-cyber-security\\\/\"},\"author\":{\"name\":\"Savvy Security\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/#\\\/schema\\\/person\\\/1ce9a5743b7f25b5be6e4972864b4493\"},\"headline\":\"What Is Transport Layer Security in Cyber Security?\",\"datePublished\":\"2023-04-14T16:22:42+00:00\",\"dateModified\":\"2023-04-14T16:25:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/what-is-transport-layer-security-in-cyber-security\\\/\"},\"wordCount\":3333,\"image\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/what-is-transport-layer-security-in-cyber-security\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/tls-versions.jpg\",\"keywords\":[\"featured\",\"TLS\",\"transport layer security\"],\"articleSection\":[\"SSL &amp; PKI\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/what-is-transport-layer-security-in-cyber-security\\\/\",\"url\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/what-is-transport-layer-security-in-cyber-security\\\/\",\"name\":\"What Is Transport Layer Security in Cyber Security?\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/what-is-transport-layer-security-in-cyber-security\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/what-is-transport-layer-security-in-cyber-security\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/tls-versions.jpg\",\"datePublished\":\"2023-04-14T16:22:42+00:00\",\"dateModified\":\"2023-04-14T16:25:21+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/#\\\/schema\\\/person\\\/1ce9a5743b7f25b5be6e4972864b4493\"},\"description\":\"What is TSL security? Learn what TLS is, get to know its different protocols, & discover what TLS can do for your website and data security.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/what-is-transport-layer-security-in-cyber-security\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/what-is-transport-layer-security-in-cyber-security\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/what-is-transport-layer-security-in-cyber-security\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/tls-versions.jpg\",\"contentUrl\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/tls-versions.jpg\",\"width\":1600,\"height\":1000},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/what-is-transport-layer-security-in-cyber-security\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What Is Transport Layer Security in Cyber Security?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/\",\"name\":\"Savvy Security\",\"description\":\"Practical cybersecurity advice\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/#\\\/schema\\\/person\\\/1ce9a5743b7f25b5be6e4972864b4493\",\"name\":\"Savvy Security\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4e5539150b16b5af1d22136f03dedda89a96babb3e9b5ceb18c2bde4e1dcba57?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4e5539150b16b5af1d22136f03dedda89a96babb3e9b5ceb18c2bde4e1dcba57?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4e5539150b16b5af1d22136f03dedda89a96babb3e9b5ceb18c2bde4e1dcba57?s=96&d=mm&r=g\",\"caption\":\"Savvy Security\"},\"description\":\"Welcome to Savvy Security, a blog focused on providing practical cybersecurity advice for website owners and small businesses. Our team brings you the latest news, best practices and tips you can use to protect your business...without a multi-million dollar budget or 24\\\/7 security teams.\",\"sameAs\":[\"blogadmin\"],\"url\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/author\\\/blogadmin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What Is Transport Layer Security in Cyber Security?","description":"What is TSL security? Learn what TLS is, get to know its different protocols, & discover what TLS can do for your website and data security.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cheapsslsecurity.com\/blog\/what-is-transport-layer-security-in-cyber-security\/","og_locale":"en_US","og_type":"article","og_title":"What Is Transport Layer Security in Cyber Security?","og_description":"What is TSL security? Learn what TLS is, get to know its different protocols, & discover what TLS can do for your website and data security.","og_url":"https:\/\/cheapsslsecurity.com\/blog\/what-is-transport-layer-security-in-cyber-security\/","og_site_name":"Savvy Security","article_publisher":"https:\/\/www.facebook.com\/cheapsslsecurities","article_published_time":"2023-04-14T16:22:42+00:00","article_modified_time":"2023-04-14T16:25:21+00:00","og_image":[{"width":1600,"height":1000,"url":"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/01\/tls-versions.jpg","type":"image\/jpeg"}],"author":"Savvy Security","twitter_card":"summary_large_image","twitter_creator":"@sslsecurity","twitter_site":"@sslsecurity","twitter_misc":{"Written by":"Savvy Security","Est. reading time":"16 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cheapsslsecurity.com\/blog\/what-is-transport-layer-security-in-cyber-security\/#article","isPartOf":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/what-is-transport-layer-security-in-cyber-security\/"},"author":{"name":"Savvy Security","@id":"https:\/\/cheapsslsecurity.com\/blog\/#\/schema\/person\/1ce9a5743b7f25b5be6e4972864b4493"},"headline":"What Is Transport Layer Security in Cyber Security?","datePublished":"2023-04-14T16:22:42+00:00","dateModified":"2023-04-14T16:25:21+00:00","mainEntityOfPage":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/what-is-transport-layer-security-in-cyber-security\/"},"wordCount":3333,"image":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/what-is-transport-layer-security-in-cyber-security\/#primaryimage"},"thumbnailUrl":"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/01\/tls-versions.jpg","keywords":["featured","TLS","transport layer security"],"articleSection":["SSL &amp; PKI"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/cheapsslsecurity.com\/blog\/what-is-transport-layer-security-in-cyber-security\/","url":"https:\/\/cheapsslsecurity.com\/blog\/what-is-transport-layer-security-in-cyber-security\/","name":"What Is Transport Layer Security in Cyber Security?","isPartOf":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/what-is-transport-layer-security-in-cyber-security\/#primaryimage"},"image":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/what-is-transport-layer-security-in-cyber-security\/#primaryimage"},"thumbnailUrl":"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/01\/tls-versions.jpg","datePublished":"2023-04-14T16:22:42+00:00","dateModified":"2023-04-14T16:25:21+00:00","author":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/#\/schema\/person\/1ce9a5743b7f25b5be6e4972864b4493"},"description":"What is TSL security? Learn what TLS is, get to know its different protocols, & discover what TLS can do for your website and data security.","breadcrumb":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/what-is-transport-layer-security-in-cyber-security\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cheapsslsecurity.com\/blog\/what-is-transport-layer-security-in-cyber-security\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cheapsslsecurity.com\/blog\/what-is-transport-layer-security-in-cyber-security\/#primaryimage","url":"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/01\/tls-versions.jpg","contentUrl":"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2023\/01\/tls-versions.jpg","width":1600,"height":1000},{"@type":"BreadcrumbList","@id":"https:\/\/cheapsslsecurity.com\/blog\/what-is-transport-layer-security-in-cyber-security\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cheapsslsecurity.com\/blog\/"},{"@type":"ListItem","position":2,"name":"What Is Transport Layer Security in Cyber Security?"}]},{"@type":"WebSite","@id":"https:\/\/cheapsslsecurity.com\/blog\/#website","url":"https:\/\/cheapsslsecurity.com\/blog\/","name":"Savvy Security","description":"Practical cybersecurity advice","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cheapsslsecurity.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/cheapsslsecurity.com\/blog\/#\/schema\/person\/1ce9a5743b7f25b5be6e4972864b4493","name":"Savvy Security","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/4e5539150b16b5af1d22136f03dedda89a96babb3e9b5ceb18c2bde4e1dcba57?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/4e5539150b16b5af1d22136f03dedda89a96babb3e9b5ceb18c2bde4e1dcba57?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4e5539150b16b5af1d22136f03dedda89a96babb3e9b5ceb18c2bde4e1dcba57?s=96&d=mm&r=g","caption":"Savvy Security"},"description":"Welcome to Savvy Security, a blog focused on providing practical cybersecurity advice for website owners and small businesses. Our team brings you the latest news, best practices and tips you can use to protect your business...without a multi-million dollar budget or 24\/7 security teams.","sameAs":["blogadmin"],"url":"https:\/\/cheapsslsecurity.com\/blog\/author\/blogadmin\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/posts\/7998","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/comments?post=7998"}],"version-history":[{"count":0,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/posts\/7998\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/media\/7940"}],"wp:attachment":[{"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/media?parent=7998"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/categories?post=7998"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/tags?post=7998"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}