{"id":863,"date":"2019-12-06T14:28:04","date_gmt":"2019-12-06T14:28:04","guid":{"rendered":"https:\/\/cheapsslsecurity.com\/p\/?p=863"},"modified":"2021-09-22T10:02:21","modified_gmt":"2021-09-22T10:02:21","slug":"ecc-vs-rsa-comparing-ssl-tls-algorithms","status":"publish","type":"post","link":"https:\/\/cheapsslsecurity.com\/p\/ecc-vs-rsa-comparing-ssl-tls-algorithms\/","title":{"rendered":"ECC vs RSA: Comparing SSL\/TLS Algorithms"},"content":{"rendered":"<h2>Here\u2019s a comparative analysis of ECC &amp; RSA cryptosystems and how they\u2019re similar or different<\/h2>\n<p>Both ECC and RSA are protocols used for encryption in SSL\/TLS certificate. But selecting RSA vs ECC certificate before buying SSL\/TLS might be a daunting task for a layman. However, let\u2019s understand both algorithms in detail.<\/p>\n<p>ECC vs RSA \u2014 how do you choose between these two types of algorithms when choosing an SSL\/TLS certificate? Moreover, what do each of these options even mean in terms of encryption?<\/p>\n<p>When purchasing an SSL certificate, users come across many technical specifications that they have no idea about. However, going ahead without understanding these terms isn&#8217;t an option for many. They want to get to the roots of these terms so that they can make an educated choice about purchasing the right SSL\/TLS certificate to protect their website.<\/p>\n<p><!--more--><\/p>\n<p>Considering that you&#8217;re reading this sentence right now, either you&#8217;re one of them, or you&#8217;re just a curious person who wants or needs to know this. In either case, this post will help you learn what you need to know about <a href=\"https:\/\/cheapsslsecurity.com\/p\/what-is-ecc-ssl\/\">RSA and ECC<\/a>. So, let&#8217;s get to learning!<\/p>\n<h2>RSA Algorithm<\/h2>\n<p>RSA (Rivest\u2013Shamir\u2013Adleman) is the most widely adopted asymmetric cryptographic algorithm today. It\u2019s extensively used in encrypting website data, emails, software, etc.<\/p>\n<p>RSA was invented by Ron Rivest, Adi Shamir, and Leonard Adleman in 1977. These three cryptographers used the prime factorization method to achieve the one-way encryption of a message. The prime factorization method involves taking two large random prime numbers (even \u201ctrillions\u201d is too small of a number to accurately represent them) and multiplying them to create a public key. However, you cannot decrypt the message without knowing these two prime numbers. Getting these two prime numbers is a mightily difficult task. How difficult? Well, <a href=\"https:\/\/eprint.iacr.org\/2010\/006.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">a group of researchers<\/a> estimated that it would take more than 1,500 years of computing time \u00a0to sieve a 768-bit, 232-digit RSA modulus using a \u201csingle core 2.2 GHz AMD Operton processor with 2 GB RAM.\u201d<\/p>\n<p>A significant thing making RSA tick is its simplicity. It\u2019s based on simple mathematical principles and can run faster compared to ECC \u2014 we\u2019ll speak more about what ECC is in just a moment. Therefore, RSA is ideal for securing internal organization security.<\/p>\n<p>However, the thing about RSA is that it&#8217;s been found to vulnerable. We won&#8217;t get into mathematical details here, but researchers could break the encryption of 12,934 keys out of 6.2 million actual public keys they had scanned and collected. This means RSA encryption provides less than 99.8% security. While this number might sound promising on paper, with the ever-increasing computational power that computers now provide, it means that the RSA algorithm will likely be cracked in the foreseeable future.<\/p>\n<p>Now, let\u2019s dive in to ECC and what all of that entails.<\/p>\n<h2>Elliptical Curve Cryptography<\/h2>\n<p>The history of elliptical curve cryptography, or ECC, goes back to 1985 when two mathematicians named Neal Koblitz and Victor S. Miller suggested the use of elliptical curves in cryptography. However, it wasn&#8217;t until 2004 or 2005 when ECC algorithms entered in the public domain.<\/p>\n<p>As the name suggests, ECC is an asymmetric cryptography algorithm based on uses of the algebraic structure of elliptic curves over finite fields. The ECC algorithm works on the elliptic curve discrete logarithm problem (ECDLP). This cryptography method is harder to crack since there is no known solution to the mathematical problem given by the equation producing the elliptical curve in a graph. Therefore, only one way remains for hackers: a brute-force attack \u2014 or a trial-and-error approach, in other words. This complexity makes ECC more secure compared to RSA.<\/p>\n<p>As ECC \u2014 by structure \u2014 is more secure compared to RSA because it offers optimal security with shorter key lengths. As a result, it requires a lesser load for network and computing power, which translates into a better user experience. To give you some numbers, RSA can respond to 450 requests per second with a 150-millisecond average response time, whereas ECC takes only 75 milliseconds to respond to the same number of requests per second.<\/p>\n<h2>RSA vs ECC: Key Length Comparison<\/h2>\n<table>\n<tbody>\n<tr>\n<td width=\"200\"><strong>Security (In Bits)<\/strong><\/td>\n<td width=\"200\"><strong>RSA Key Length Required<\/strong><\/td>\n<td width=\"200\"><strong>ECC Key Length Required<\/strong><\/td>\n<\/tr>\n<tr>\n<td width=\"200\">80<\/td>\n<td width=\"200\">1024<\/td>\n<td width=\"200\">160-223<\/td>\n<\/tr>\n<tr>\n<td width=\"200\">112<\/td>\n<td width=\"200\">2048<\/td>\n<td width=\"200\">224-255<\/td>\n<\/tr>\n<tr>\n<td width=\"200\">128<\/td>\n<td width=\"200\">3072<\/td>\n<td width=\"200\">256-383<\/td>\n<\/tr>\n<tr>\n<td width=\"200\">192<\/td>\n<td width=\"200\">7680<\/td>\n<td width=\"200\">384-511<\/td>\n<\/tr>\n<tr>\n<td width=\"200\">256<\/td>\n<td width=\"200\">15360<\/td>\n<td width=\"200\">512+<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<p>As you can see, RSA requires much larger key lengths compared to ECC. Therefore, to implement 256-bit encryption, we&#8217;ll have to use an RSA key length of 15360 bits. This, of course, it not practical since it\u2019ll take much more computational power.<\/p>\n<h2>RSA vs ECC: Side by Side Comparison<\/h2>\n<table>\n<tbody>\n<tr>\n<td width=\"301\"><strong>RSA<\/strong><\/td>\n<td width=\"301\"><strong>ECC<\/strong><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\" width=\"301\">A well-established method of public-key cryptography.<\/td>\n<td style=\"text-align: left;\" width=\"301\">A newer public-key cryptography method compared to RSA.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\" width=\"301\">Works on the principle of the prime factorization method.<\/td>\n<td style=\"text-align: left;\" width=\"301\">Works on the mathematical representation of elliptic curves.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\" width=\"301\">RSA can run faster than ECC thanks to its simplicity.<\/td>\n<td style=\"text-align: left;\" width=\"301\">ECC requires bit more time as it\u2019s complex in nature.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\" width=\"301\">RSA has been found vulnerable and is heading towards the end of its tenure.<\/td>\n<td style=\"text-align: left;\" width=\"301\">ECC is more secure than RSA and is in its adaptive phase. Its usage is expected to scale up in the near future.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\" width=\"301\">RSA requires much bigger key lengths to implement encryption.<\/td>\n<td style=\"text-align: left;\" width=\"301\">ECC requires much shorter key lengths compared to RSA.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<h2>RSA vs ECC: Conclusion<\/h2>\n<p>The primary difference between RSA vs ECC certificates is in the encryption strength. Elliptic Curve Cryptography (ECC) provides an equivalent level of encryption strength as RSA (Rivest-Shamir-Adleman) algorithm with a shorter key length. As a result, the speed and security offered by an ECC certificate are higher than an RSA certificate for Public Key Infrastructure (PKI).<\/p>\n<p>Both methods are prevalent and offer security against man-in-the-middle (MitM) attacks. However, RSA has been found vulnerable against some attacks, and it&#8217;s a matter of \u201cwhen\u201d not \u201cif\u201d RSA will eventually fail. Many experts believe that RSA will no longer be in use by the time 2030 comes around. ECC, on the other hand, is in its maturity phase, and many users have started using it. If you&#8217;re thinking of purchasing an SSL certificate, we&#8217;d suggest you go with a certificate with the ECC option as it&#8217;s always better to stay a step ahead of the criminals.<\/p>\n<div class=\"graysection\">\n<h2>Purchase a DV SSL Certificate &amp; Save Up to 88%!<\/h2>\n<p>We offer the best discount on all types of Domain Validation SSL Certificates (DV SSL). 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\/domainvalidatedssl.html\">Shop DV SSL Certificates<\/a><\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Here\u2019s a comparative analysis of ECC &amp; RSA cryptosystems and how they\u2019re similar or different Both ECC and RSA are protocols used for encryption in SSL\/TLS certificate. But selecting RSA vs ECC certificate before buying SSL\/TLS might be a daunting &hellip; <a href=\"https:\/\/cheapsslsecurity.com\/p\/ecc-vs-rsa-comparing-ssl-tls-algorithms\/\">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":[75,76],"class_list":["post-863","post","type-post","status-publish","format-standard","hentry","category-ssl-advanced","tag-ecc","tag-rsa"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ECC vs RSA: Comparing SSL\/TLS Algorithms - Cheap SSL Security<\/title>\n<meta name=\"description\" content=\"Comparing SSL certificates and don&#039;t know whether it&#039;s better to go with ECC vs RSA? Here&#039;s a resource that can help you make an informed decision.\" \/>\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\/ecc-vs-rsa-comparing-ssl-tls-algorithms\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ECC vs RSA: Comparing SSL\/TLS Algorithms - Cheap SSL Security\" \/>\n<meta property=\"og:description\" content=\"Comparing SSL certificates and don&#039;t know whether it&#039;s better to go with ECC vs RSA? Here&#039;s a resource that can help you make an informed decision.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cheapsslsecurity.com\/p\/ecc-vs-rsa-comparing-ssl-tls-algorithms\/\" \/>\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=\"2019-12-06T14:28:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-09-22T10:02:21+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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/ecc-vs-rsa-comparing-ssl-tls-algorithms\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/ecc-vs-rsa-comparing-ssl-tls-algorithms\\\/\"},\"author\":{\"name\":\"casey.crane\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/#\\\/schema\\\/person\\\/d9c1744bb0931c1942814061a5aca108\"},\"headline\":\"ECC vs RSA: Comparing SSL\\\/TLS Algorithms\",\"datePublished\":\"2019-12-06T14:28:04+00:00\",\"dateModified\":\"2021-09-22T10:02:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/ecc-vs-rsa-comparing-ssl-tls-algorithms\\\/\"},\"wordCount\":1087,\"keywords\":[\"ECC\",\"RSA\"],\"articleSection\":[\"SSL Advanced\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/ecc-vs-rsa-comparing-ssl-tls-algorithms\\\/\",\"url\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/ecc-vs-rsa-comparing-ssl-tls-algorithms\\\/\",\"name\":\"ECC vs RSA: Comparing SSL\\\/TLS Algorithms - Cheap SSL Security\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/#website\"},\"datePublished\":\"2019-12-06T14:28:04+00:00\",\"dateModified\":\"2021-09-22T10:02:21+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/#\\\/schema\\\/person\\\/d9c1744bb0931c1942814061a5aca108\"},\"description\":\"Comparing SSL certificates and don't know whether it's better to go with ECC vs RSA? Here's a resource that can help you make an informed decision.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/ecc-vs-rsa-comparing-ssl-tls-algorithms\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/ecc-vs-rsa-comparing-ssl-tls-algorithms\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/ecc-vs-rsa-comparing-ssl-tls-algorithms\\\/#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\":\"ECC vs RSA: Comparing SSL\\\/TLS Algorithms\"}]},{\"@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":"ECC vs RSA: Comparing SSL\/TLS Algorithms - Cheap SSL Security","description":"Comparing SSL certificates and don't know whether it's better to go with ECC vs RSA? Here's a resource that can help you make an informed decision.","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\/ecc-vs-rsa-comparing-ssl-tls-algorithms\/","og_locale":"en_US","og_type":"article","og_title":"ECC vs RSA: Comparing SSL\/TLS Algorithms - Cheap SSL Security","og_description":"Comparing SSL certificates and don't know whether it's better to go with ECC vs RSA? Here's a resource that can help you make an informed decision.","og_url":"https:\/\/cheapsslsecurity.com\/p\/ecc-vs-rsa-comparing-ssl-tls-algorithms\/","og_site_name":"Cheap SSL Security","article_publisher":"https:\/\/www.facebook.com\/CheapSSLSecurities","article_published_time":"2019-12-06T14:28:04+00:00","article_modified_time":"2021-09-22T10:02:21+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":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cheapsslsecurity.com\/p\/ecc-vs-rsa-comparing-ssl-tls-algorithms\/#article","isPartOf":{"@id":"https:\/\/cheapsslsecurity.com\/p\/ecc-vs-rsa-comparing-ssl-tls-algorithms\/"},"author":{"name":"casey.crane","@id":"https:\/\/cheapsslsecurity.com\/p\/#\/schema\/person\/d9c1744bb0931c1942814061a5aca108"},"headline":"ECC vs RSA: Comparing SSL\/TLS Algorithms","datePublished":"2019-12-06T14:28:04+00:00","dateModified":"2021-09-22T10:02:21+00:00","mainEntityOfPage":{"@id":"https:\/\/cheapsslsecurity.com\/p\/ecc-vs-rsa-comparing-ssl-tls-algorithms\/"},"wordCount":1087,"keywords":["ECC","RSA"],"articleSection":["SSL Advanced"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/cheapsslsecurity.com\/p\/ecc-vs-rsa-comparing-ssl-tls-algorithms\/","url":"https:\/\/cheapsslsecurity.com\/p\/ecc-vs-rsa-comparing-ssl-tls-algorithms\/","name":"ECC vs RSA: Comparing SSL\/TLS Algorithms - Cheap SSL Security","isPartOf":{"@id":"https:\/\/cheapsslsecurity.com\/p\/#website"},"datePublished":"2019-12-06T14:28:04+00:00","dateModified":"2021-09-22T10:02:21+00:00","author":{"@id":"https:\/\/cheapsslsecurity.com\/p\/#\/schema\/person\/d9c1744bb0931c1942814061a5aca108"},"description":"Comparing SSL certificates and don't know whether it's better to go with ECC vs RSA? Here's a resource that can help you make an informed decision.","breadcrumb":{"@id":"https:\/\/cheapsslsecurity.com\/p\/ecc-vs-rsa-comparing-ssl-tls-algorithms\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cheapsslsecurity.com\/p\/ecc-vs-rsa-comparing-ssl-tls-algorithms\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cheapsslsecurity.com\/p\/ecc-vs-rsa-comparing-ssl-tls-algorithms\/#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":"ECC vs RSA: Comparing SSL\/TLS Algorithms"}]},{"@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\/863","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=863"}],"version-history":[{"count":0,"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/posts\/863\/revisions"}],"wp:attachment":[{"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/media?parent=863"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/categories?post=863"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/tags?post=863"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}