{"id":1117,"date":"2020-02-26T20:59:26","date_gmt":"2020-02-26T20:59:26","guid":{"rendered":"https:\/\/cheapsslsecurity.com\/p\/?p=1117"},"modified":"2021-09-23T05:15:58","modified_gmt":"2021-09-23T05:15:58","slug":"everything-you-need-to-know-about-an-ssl-cipher-cipher-lists","status":"publish","type":"post","link":"https:\/\/cheapsslsecurity.com\/p\/everything-you-need-to-know-about-an-ssl-cipher-cipher-lists\/","title":{"rendered":"Everything You Need to Know About an SSL Cipher and Cipher Lists"},"content":{"rendered":"<h2>What is an SSL Cipher Suite? What\u2019s included on the SSL cipher suite list? We\u2019ve got your answers<\/h2>\n<p>If the term &#8220;SSL cipher&#8221; or \u201cSSL cipher suite\u201d reminds you of a character named \u201cCypher\u201d in the movie \u201cThe Matrix,\u201d then you must also be a serious Matrix fan! Well, as much as we&#8217;d love to discuss the film more in depth, we cannot (you can understand why). That&#8217;s why, in this post, we&#8217;re going to limit our focus to , and how they&#8217;re used in modern day cryptography and SSL\/TLS security. After all, that\u2019s what you&#8217;re here to learn about, right?<\/p>\n<p><!--more--><\/p>\n<h2>What is an SSL Cipher Suite?<\/h2>\n<p>An SSL cipher, or an SSL cipher suite, is a set of algorithms or a set of instructions\/steps that helps to establish a secure connection between two entities \u2014 usually the client (a user\u2019s browser) and the web server they\u2019re connecting to (your website). In other words, SSL cipher suites determine the method through which a secure connection will take place between both entities. This communication could be taking place through HTTPS, FTPS, SMTP, or other network protocols.<\/p>\n<p>Ultimately, the goal is to prevent cybercriminals and man-in-the-middle (MitM) attackers from being able to read your information by converting it into unintelligible cipher text.<\/p>\n<p>Today, the term \u201ccipher suite\u201d might be used in the context of networks and data security, but the first cipher suite dates back to the time of the <a href=\"https:\/\/www.sans.org\/reading-room\/whitepapers\/vpns\/paper\/730\" target=\"_blank\" rel=\"noopener noreferrer\">ancient Egyptians<\/a>\u00a0\u2014 around 1900 BC. One of the oldest (and simplest) ciphers is known as the Caesar cipher, which is named after Julius Caesar, the Roman politician and military leader who developed it. Let&#8217;s take a moment to explore this cipher before we dig deeper into modern SSL\/TLS ciphers to give you a better understanding of how ciphers have evolved over the past two millennia.<\/p>\n<div class=\"graysection\">\n<h2>Purchase an SSL Certificate &amp; Save Up to 86%!<\/h2>\n<p>We offer the best discount on all types of SSL Certificates \u2014 DV, OV, and EV! We offer certificates from the leading CAs, including Comodo CA, Sectigo, Thawte, GeoTrust, and RapidSSL with DV certificates starting as low as $5.45 per year.<\/p>\n<p><a class=\"comparebtn\" href=\"https:\/\/cheapsslsecurity.com\/sslproducts.html\">Shop Now<\/a><\/p>\n<div class=\"clear\"><\/div>\n<\/div>\n<h2>Caesar&#8217;s Cipher: One of the Earliest Used Ciphers<\/h2>\n<p>Caesar\u2019s cipher was used to protect the confidential information he sent and received through couriers. The Caesar cipher, also known as a shift cipher, converts information into an encrypted, unreadable format (known as a cipher). This prevents enemies from deciphering the sensitive information \u2014 even if they somehow get their hands on the message.<\/p>\n<p>The first condition of sending encrypted messages is that both parties have the key to the cipher. In Caesar&#8217;s cipher, this condition is satisfied because the sender and receiver both will know the logic of the cipher. The way Caesar&#8217;s cipher works is quite simple. It simply shifts an alphabet by a particular number (known as a modulus, or \u201cmod\u201d for short). If you decide to move places by 1, then A would become B, B would become C, and so on.<\/p>\n<p>Mathematically, Caesar&#8217;s cipher encrypts the data using the below equation:<\/p>\n<p><em>E(x) = (x + k) (mod 26)<\/em><\/p>\n<p>And it\u2019s decrypted using the below equation.<\/p>\n<p><em>E(x) = (x &#8211; k) (mod 26)<\/em><\/p>\n<p>Quite simple, isn\u2019t it?<\/p>\n<h2>What Does an SSL\/TLS Cipher Suite Consist of?<\/h2>\n<p>Modern day SSL\/TLS cipher suites work the same way as Caesar&#8217;s cipher in the sense that they rely on mathematics. However, the maths involved in the modern ciphers is significantly more complex than the calculations involved in a simple shift cipher. Supercomputers, let alone humans, can\u2019t crack some of the ciphers that are being used today. Quantum computers may change that in the future \u2014 but that\u2019s a problem for another day.<\/p>\n<h3>How an SSL Cipher Works in the SSL\/TLS Handshake Process<\/h3>\n<p>Creating a secure, encrypted connection via the SSL\/TLS protocol is a fairly complex process that has many layers to it. In technical terms, it\u2019s regarded as an \u201c<a href=\"https:\/\/cheapsslsecurity.com\/blog\/what-is-ssl-tls-handshake-understand-the-process-in-just-3-minutes\/\">SSL\/TLS handshake.<\/a>\u201d This handshake involves many steps for authentication and encryption of the messages. This includes key exchange, identity verification, data encryption, etc.<\/p>\n<p>To negotiate a secure communication, the client and the server need to come on terms with four crucial elements:<\/p>\n<ol>\n<li>Key exchange algorithm<\/li>\n<li>Bulk encryption algorithm<\/li>\n<li>Data encryption algorithm<\/li>\n<li>Hash function.<\/li>\n<\/ol>\n<p>Let&#8217;s explore these four elements in more detail.<\/p>\n<h4>Key Exchange Algorithm:<\/h4>\n<p>Although SSL\/TLS uses asymmetric encryption for authentication, the actual data encryption is done using symmetric encryption. This means that symmetric cryptographic session keys, which are generated and kept by the server and client, encrypt and decrypt information. This, of course, occurs after the initial authentication process is completed using asymmetric public and private keys.<\/p>\n<p>To protect this session key against ill-intended parties, secure algorithms need to be in place during the key exchange. A key exchange algorithm is a very crucial element of a cipher suite. RSA (Rivest\u2013Shamir\u2013Adleman), DH (Diffie-Hellman), ECDH (Elliptic-curve Diffie-Hellman), and ECDHE (Elliptic-curve Diffie-Hellman Ephemeral) are some of the most widely used key exchange algorithms.<\/p>\n<h4>Bulk Encryption Algorithm<\/h4>\n<p>Once the secure key exchange between the client and the server is complete, it\u2019s time for actual data encryption. A faster algorithm needs to be in place as the size of the data quite large in nature. AES (Advanced Encryption Standard), 3DES (Triple Data Encryption Standard), and Camellia are some of the most common algorithms in this category. However, it\u2019s important to note that Camellia, though originally considered an optional TLS 1.2 cipher suite, was eliminated from the list with the release of TLS 1.3.<\/p>\n<h4>Digital Signature\/Authentication Algorithm<\/h4>\n<p>While authenticating the identity of the server, the client needs to validate the legitimacy of the server to make sure that it\u2019s communicating with the right party. RSA and DSA (digital signing algorithm) are the most widely adopted digital signature\/authentication algorithms.<\/p>\n<h4>Hashing Algorithm<\/h4>\n<p>To protect the integrity of the message, data is converted into a hash value of a particular length. This process, known as &#8220;hashing,&#8221; is considered a one-way function in cryptography. Even the smallest of change in the data will result in a totally different hash. Such hashing is a very fundamental part of the SSL\/TLS data transmission, and it&#8217;s done using a hashing algorithm. <a href=\"https:\/\/cheapsslsecurity.com\/blog\/what-is-sha2-and-what-are-sha-2-ssl-certificates\/\">SHA-2<\/a> is the most widely used hashing algorithm is use today.<\/p>\n<h2>How Does an SSL Cipher Suite Look?<\/h2>\n<p>If you\u2019ve ever wondered what a cipher suite looks like, well, it\u2019s your lucky day! This is an example of a cipher suite:<\/p>\n<p>DHE_RSA_AES256_SHA256<\/p>\n<p>If you\u2019re like most people, it looks like a random string of numbers and letters. But what does each of these components represent? Let\u2019s take a look:<\/p>\n<ul>\n<li><strong>DHE:<\/strong> The first part is the key exchange algorithm.<\/li>\n<li><strong>RSA: <\/strong>The second section is the authentication algorithm.<\/li>\n<li><strong>AES256: <\/strong>The third section is the type of encryption algorithm used.<\/li>\n<li><strong>SHA256: <\/strong>The fourth component is the type of hashing algorithm used.<\/li>\n<\/ul>\n<h2>List of Recommended TLS 1.2 Cipher Suites<\/h2>\n<p>The SSL-supported cipher suites represent the ciphers that are supported by that particular version of the SSL certificate for encrypting the data transmitted between the client and the server.<\/p>\n<p>TLS 1.2, the most extensively used version of TLS in the world, has 37 ciphers in total. However, not all of them are safe enough to use. Here\u2019s a list of TLS 1.2 ciphers that are secure enough to use:TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256<\/p>\n<p>TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384<\/p>\n<p>TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256<\/p>\n<p>TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384<\/p>\n<p>TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256<\/p>\n<p>TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384<\/p>\n<p>TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256<\/p>\n<p>TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384<\/p>\n<p>TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256<\/p>\n<p>TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384<\/p>\n<p>TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256<\/p>\n<p>TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384<\/p>\n<p>TLS_DHE_RSA_WITH_AES_128_GCM_SHA256<\/p>\n<p>TLS_DHE_RSA_WITH_AES_256_GCM_SHA384<\/p>\n<p>TLS_DHE_RSA_WITH_AES_128_CBC_SHA<\/p>\n<p>TLS_DHE_RSA_WITH_AES_256_CBC_SHA<\/p>\n<p>TLS_DHE_RSA_WITH_AES_128_CBC_SHA256<\/p>\n<p>TLS_DHE_RSA_WITH_AES_256_CBC_SHA256<\/p>\n<p>TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256<\/p>\n<p>TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305<\/p>\n<p>TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256<\/p>\n<p>TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305<\/p>\n<h2>TLS 1.3 Cipher Suites<\/h2>\n<p><a href=\"https:\/\/cheapsslsecurity.com\/blog\/tls-1-3-everything-you-need-to-know\/\">TLS 1.3<\/a>, an upgraded version of TLS 1.2, brings a host of changes, including changes to the list of cipher suites. One of the most significant downsides of TLS 1.2 was the time it took to process the SSL\/TLS handshake. The biggest culprit behind this was the RSA algorithm, which uses large cryptographic keys to encrypt and decrypt the data. This resulted in increased computational overhead and latency.<\/p>\n<p>TLS 1.3 fixes this problem by removing the RSA algorithm entirely. Therefore, it practically eliminates the first half of the SSL cipher suite.<\/p>\n<p>Here\u2019s what it looks like:<\/p>\n<p>TLS_AES_256_GCM_SHA384<\/p>\n<p>Essentially, this SSL cipher suite now includes only two elements: an encryption algorithm and a hashing algorithm. The key exchange takes place through the Diffie-Hellman algorithm, as RSA is eliminated entirely. Another factor that makes TLS 1.3 ciphers superior to their predecessors is their use of AEAD (authenticated encryption with associated data) as an encryption algorithm. This algorithm hashes a message authentication code (MAC) alongside the encryption process (MAC-and-Encrypt).<\/p>\n<h2>List of Recommended TLS 1.3 Cipher Suites<\/h2>\n<p>The SSL cipher suite list has reduced dramatically from TLS 1.2 to TLS 1.3. Now, there are just five SSL cipher suites that are recommended:<\/p>\n<ul>\n<li>TLS_AES_256_GCM_SHA384<\/li>\n<li>TLS_CHACHA20_POLY1305_SHA256<\/li>\n<li>TLS_AES_128_GCM_SHA256<\/li>\n<li>TLS_AES_128_CCM_8_SHA256<\/li>\n<li>TLS_AES_128_CCM_SHA256<\/li>\n<\/ul>\n<h2>Final Word<\/h2>\n<p>If you&#8217;re a website owner or administrator, you must make sure that your web server is compatible with TLS 1.2 as a minimum (ideally, TLS 1.3). This will help you to ensure that the transactions that occur on your website take place through secure, encrypted channels using SSL cipher suites.<\/p>\n<p>If you&#8217;re running your server on older versions, you could be in colossal trouble even if you have an SSL\/TLS certificate with the latest updates. And if you&#8217;re an ordinary website user, you must keep your web browser updated to ensure that you&#8217;re using the most current and secure SSL cipher suites from the list.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>What is an SSL Cipher Suite? What\u2019s included on the SSL cipher suite list? We\u2019ve got your answers If the term &#8220;SSL cipher&#8221; or \u201cSSL cipher suite\u201d reminds you of a character named \u201cCypher\u201d in the movie \u201cThe Matrix,\u201d then &hellip; <a href=\"https:\/\/cheapsslsecurity.com\/p\/everything-you-need-to-know-about-an-ssl-cipher-cipher-lists\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[21],"tags":[97,96],"class_list":["post-1117","post","type-post","status-publish","format-standard","hentry","category-ssl-advanced","tag-cipher","tag-cipher-suite"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Everything You Need to Know About an SSL Cipher and Cipher Lists<\/title>\n<meta name=\"description\" content=\"Not sure what an SSL cipher is and whether it&#039;s recommended for use? Wondering what ciphers are included on an SSL cipher suite list? Here&#039;s what to know.\" \/>\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\/p\/everything-you-need-to-know-about-an-ssl-cipher-cipher-lists\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Everything You Need to Know About an SSL Cipher and Cipher Lists\" \/>\n<meta property=\"og:description\" content=\"Not sure what an SSL cipher is and whether it&#039;s recommended for use? Wondering what ciphers are included on an SSL cipher suite list? Here&#039;s what to know.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cheapsslsecurity.com\/p\/everything-you-need-to-know-about-an-ssl-cipher-cipher-lists\/\" \/>\n<meta property=\"og:site_name\" content=\"Cheap SSL Security\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/CheapSSLSecurities\" \/>\n<meta property=\"article:published_time\" content=\"2020-02-26T20:59:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-09-23T05:15:58+00:00\" \/>\n<meta name=\"author\" content=\"casey.crane\" \/>\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=\"casey.crane\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/everything-you-need-to-know-about-an-ssl-cipher-cipher-lists\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/everything-you-need-to-know-about-an-ssl-cipher-cipher-lists\\\/\"},\"author\":{\"name\":\"casey.crane\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/#\\\/schema\\\/person\\\/d9c1744bb0931c1942814061a5aca108\"},\"headline\":\"Everything You Need to Know About an SSL Cipher and Cipher Lists\",\"datePublished\":\"2020-02-26T20:59:26+00:00\",\"dateModified\":\"2021-09-23T05:15:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/everything-you-need-to-know-about-an-ssl-cipher-cipher-lists\\\/\"},\"wordCount\":1728,\"keywords\":[\"cipher\",\"cipher suite\"],\"articleSection\":[\"SSL Advanced\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/everything-you-need-to-know-about-an-ssl-cipher-cipher-lists\\\/\",\"url\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/everything-you-need-to-know-about-an-ssl-cipher-cipher-lists\\\/\",\"name\":\"Everything You Need to Know About an SSL Cipher and Cipher Lists\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/#website\"},\"datePublished\":\"2020-02-26T20:59:26+00:00\",\"dateModified\":\"2021-09-23T05:15:58+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/#\\\/schema\\\/person\\\/d9c1744bb0931c1942814061a5aca108\"},\"description\":\"Not sure what an SSL cipher is and whether it's recommended for use? Wondering what ciphers are included on an SSL cipher suite list? Here's what to know.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/everything-you-need-to-know-about-an-ssl-cipher-cipher-lists\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/everything-you-need-to-know-about-an-ssl-cipher-cipher-lists\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/everything-you-need-to-know-about-an-ssl-cipher-cipher-lists\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"SSL Help\",\"item\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SSL Advanced\",\"item\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/ssl-advanced\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Everything You Need to Know About an SSL Cipher and Cipher Lists\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/#website\",\"url\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/\",\"name\":\"Cheap SSL Security\",\"description\":\"Shop for SSL Certificates at Cheap Prices\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/#\\\/schema\\\/person\\\/d9c1744bb0931c1942814061a5aca108\",\"name\":\"casey.crane\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c18d819d34a1995e91a4aa7518e9048df7856f336a1ede2262a572db7b1c2506?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c18d819d34a1995e91a4aa7518e9048df7856f336a1ede2262a572db7b1c2506?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c18d819d34a1995e91a4aa7518e9048df7856f336a1ede2262a572db7b1c2506?s=96&d=mm&r=g\",\"caption\":\"casey.crane\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Everything You Need to Know About an SSL Cipher and Cipher Lists","description":"Not sure what an SSL cipher is and whether it's recommended for use? Wondering what ciphers are included on an SSL cipher suite list? Here's what to know.","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\/p\/everything-you-need-to-know-about-an-ssl-cipher-cipher-lists\/","og_locale":"en_US","og_type":"article","og_title":"Everything You Need to Know About an SSL Cipher and Cipher Lists","og_description":"Not sure what an SSL cipher is and whether it's recommended for use? Wondering what ciphers are included on an SSL cipher suite list? Here's what to know.","og_url":"https:\/\/cheapsslsecurity.com\/p\/everything-you-need-to-know-about-an-ssl-cipher-cipher-lists\/","og_site_name":"Cheap SSL Security","article_publisher":"https:\/\/www.facebook.com\/CheapSSLSecurities","article_published_time":"2020-02-26T20:59:26+00:00","article_modified_time":"2021-09-23T05:15:58+00:00","author":"casey.crane","twitter_card":"summary_large_image","twitter_creator":"@sslsecurity","twitter_site":"@sslsecurity","twitter_misc":{"Written by":"casey.crane","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cheapsslsecurity.com\/p\/everything-you-need-to-know-about-an-ssl-cipher-cipher-lists\/#article","isPartOf":{"@id":"https:\/\/cheapsslsecurity.com\/p\/everything-you-need-to-know-about-an-ssl-cipher-cipher-lists\/"},"author":{"name":"casey.crane","@id":"https:\/\/cheapsslsecurity.com\/p\/#\/schema\/person\/d9c1744bb0931c1942814061a5aca108"},"headline":"Everything You Need to Know About an SSL Cipher and Cipher Lists","datePublished":"2020-02-26T20:59:26+00:00","dateModified":"2021-09-23T05:15:58+00:00","mainEntityOfPage":{"@id":"https:\/\/cheapsslsecurity.com\/p\/everything-you-need-to-know-about-an-ssl-cipher-cipher-lists\/"},"wordCount":1728,"keywords":["cipher","cipher suite"],"articleSection":["SSL Advanced"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/cheapsslsecurity.com\/p\/everything-you-need-to-know-about-an-ssl-cipher-cipher-lists\/","url":"https:\/\/cheapsslsecurity.com\/p\/everything-you-need-to-know-about-an-ssl-cipher-cipher-lists\/","name":"Everything You Need to Know About an SSL Cipher and Cipher Lists","isPartOf":{"@id":"https:\/\/cheapsslsecurity.com\/p\/#website"},"datePublished":"2020-02-26T20:59:26+00:00","dateModified":"2021-09-23T05:15:58+00:00","author":{"@id":"https:\/\/cheapsslsecurity.com\/p\/#\/schema\/person\/d9c1744bb0931c1942814061a5aca108"},"description":"Not sure what an SSL cipher is and whether it's recommended for use? Wondering what ciphers are included on an SSL cipher suite list? Here's what to know.","breadcrumb":{"@id":"https:\/\/cheapsslsecurity.com\/p\/everything-you-need-to-know-about-an-ssl-cipher-cipher-lists\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cheapsslsecurity.com\/p\/everything-you-need-to-know-about-an-ssl-cipher-cipher-lists\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cheapsslsecurity.com\/p\/everything-you-need-to-know-about-an-ssl-cipher-cipher-lists\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"SSL Help","item":"https:\/\/cheapsslsecurity.com\/p\/"},{"@type":"ListItem","position":2,"name":"SSL Advanced","item":"https:\/\/cheapsslsecurity.com\/p\/ssl-advanced\/"},{"@type":"ListItem","position":3,"name":"Everything You Need to Know About an SSL Cipher and Cipher Lists"}]},{"@type":"WebSite","@id":"https:\/\/cheapsslsecurity.com\/p\/#website","url":"https:\/\/cheapsslsecurity.com\/p\/","name":"Cheap SSL Security","description":"Shop for SSL Certificates at Cheap Prices","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cheapsslsecurity.com\/p\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/cheapsslsecurity.com\/p\/#\/schema\/person\/d9c1744bb0931c1942814061a5aca108","name":"casey.crane","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/c18d819d34a1995e91a4aa7518e9048df7856f336a1ede2262a572db7b1c2506?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c18d819d34a1995e91a4aa7518e9048df7856f336a1ede2262a572db7b1c2506?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c18d819d34a1995e91a4aa7518e9048df7856f336a1ede2262a572db7b1c2506?s=96&d=mm&r=g","caption":"casey.crane"}}]}},"_links":{"self":[{"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/posts\/1117","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/comments?post=1117"}],"version-history":[{"count":0,"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/posts\/1117\/revisions"}],"wp:attachment":[{"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/media?parent=1117"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/categories?post=1117"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/tags?post=1117"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}