{"id":3567,"date":"2020-12-23T01:42:00","date_gmt":"2020-12-23T09:42:00","guid":{"rendered":"https:\/\/cheapsslsecurity.com\/blog\/?p=3567"},"modified":"2021-01-26T12:03:22","modified_gmt":"2021-01-26T20:03:22","slug":"hashing-vs-encryption","status":"publish","type":"post","link":"https:\/\/cheapsslsecurity.com\/blog\/hashing-vs-encryption\/","title":{"rendered":"Explained: Hashing vs. Encryption"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Understand the difference between Hashing and Encryption<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you think that&nbsp;<em>Hashing<\/em>,&nbsp;<em>Encryption,&nbsp;<\/em>are the same thing, you are wrong! However, you\u2019re not alone. There is an awful lot of confusion surrounding these three terms. As similar, as they may sound, they are all totally different things. Before getting down to business though, let\u2019s understand a few things first.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">From a security point of view what are the most important things when sending data\/message on the internet?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>First,<\/strong>&nbsp;you want to let the other person know that the message has been sent from you \u2013 not from anyone else.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Second,<\/strong>&nbsp;you want the message to be in the exact same format \u2013 without any alteration or modification.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>And third,<\/strong>&nbsp;you want your message to be protected from the reach of ill-intended people \u2013 hackers, fraudsters &amp; other types of&nbsp;cyber criminals. These three functions can be designated as:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Identity Verification<\/li><li>Integrity<\/li><li>Confidentiality<\/li><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">So, how exactly is this done?&nbsp;<em>Hashing&nbsp;<\/em>and&nbsp;<em>Encryption<\/em>&nbsp;are the answers. Now you must be thinking \u2018Doesn&#8217;t that make them the same thing?\u2019 The answer is&nbsp;<strong>NO<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Let\u2019s start with&nbsp;<strong>Hashing<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">HASHING<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Let\u2019s try to imagine life without hashing. Suppose, it\u2019s someone\u2019s birthday and you decide to send a \u2018Happy Birthday\u2019 message. Your geeky (and funny!) friend decides to have a bit of fun at your expense so he intercepts it and turns your \u2018Happy Birthday\u2019 message into a \u2018Rest in Peace\u2019 message (imagine the consequences!). This could happen and you wouldn\u2019t even know it (until you are at the receiving end of certain reactions!).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Jokes aside, Hashing protects the integrity of your data. It protects your data against potential alteration so that your data isn\u2019t changed one bit.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Basically, a hash is a number that is generated from the text through a hash algorithm. This number is smaller than the original text.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" width=\"750\" height=\"328\" src=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2017\/08\/hashing-function.jpg\" alt=\"hashing function\" class=\"wp-image-3425\" srcset=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2017\/08\/hashing-function.jpg 750w, https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2017\/08\/hashing-function-300x131.jpg 300w, https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2017\/08\/hashing-function-768x336.jpg 768w, https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2017\/08\/hashing-function-500x219.jpg 500w\" sizes=\"(max-width: 750px) 100vw, 750px\" \/><\/figure><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">The algorithm is designed in such a way that no two hashes are the same for two different texts. And it is impossible (almost!) to go back from the hash value to the original text. It&#8217;s kind of like a cow moving on stairs \u2013 it can move upstairs but not down!! Anyway, looping back to our \u201chappy birthday\u201d message. Had you hashed your message, the intended recipient of your message would unhash the message and see a different value than what should come back. At that point, they\u2019ll know the message has been tampered with.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That\u2019s one of the most indispensable properties of&nbsp;<em>Hashing<\/em>\u2014its uniqueness. There cannot be the same hash value for different text. Even the tiniest bit of change\/modification will alter the hash value completely. This is called the&nbsp;<em>Avalanche Effect.<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Let\u2019s understand this with an example. In the below example, we have applied the SHA-1 algorithm. Let\u2019s see how it goes.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Text:&nbsp;<\/strong>Everybody loves donuts.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>SHA-1 Hash value of the text above:&nbsp;<\/strong>daebbfdea9a516477d489f32c982a1ba1855bcd<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Let\u2019s not get involved in the donut debate (is there a debate?) and focus on hashing for the time being. Now if we make a tiny bit of change in the sentence above, the hash value will change entirely. Let&#8217;s see how it goes.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>New text:&nbsp;<\/strong>Everybody loves&nbsp;donuts.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>SHA-1 Hash value of the new text:&nbsp;<\/strong>8f2bd584a1854d37f9e98f9ec4da6d757940f388<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">See how the hash value changed entirely when we removed the \u2018s\u2019 from&nbsp;<em>Donuts<\/em>? That\u2019s what hashing does for you.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Uses of Hashing<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li style=\"text-align: justify;\">Hashing is an effective method to compare and avoid duplication in databases.<\/li><li style=\"text-align: justify;\">Hashing is used in Digital signatures and SSL certificates.<\/li><li style=\"text-align: justify;\">Hashing can be used to find a specific piece of data in big databases.<\/li><li style=\"text-align: justify;\">Hashing is widely used in computer graphics.<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">ENCRYPTION<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s almost impossible to imagine the internet without&nbsp;<em>Encryption<\/em>. Encryption is what keeps the artificial world of the internet&nbsp;secured. Encryption keeps data secured and confidential. Fundamentally, it is the process of transforming your confidential data into an unreadable format so that no hacker or attacker can manipulate or steal it. Thereby, serving the purpose of&nbsp;<em>confidentiality<\/em>.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" width=\"750\" height=\"328\" src=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2017\/08\/encryption-and-decryption.jpg\" alt=\"Encryption and Decryption\" class=\"wp-image-3423\" srcset=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2017\/08\/encryption-and-decryption.jpg 750w, https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2017\/08\/encryption-and-decryption-300x131.jpg 300w, https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2017\/08\/encryption-and-decryption-768x336.jpg 768w, https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2017\/08\/encryption-and-decryption-500x219.jpg 500w\" sizes=\"(max-width: 750px) 100vw, 750px\" \/><\/figure><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">The encryption of data is executed through cryptographic keys. The information is encrypted before it\u2019s sent and decrypted by the receiver. Therefore, the data is safe when it is \u201cin the air.\u201d<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Based on the nature of the keys, encryption can be classified into two main categories \u2013 symmetric encryption, asymmetric encryption. Let\u2019s understand them in detail.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Symmetric Encryption:&nbsp;<\/strong>In symmetric encryption, the data is encrypted and decrypted using a single cryptographic key. It means that the key used for encryption is used for decryption as well.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Asymmetric Encryption:&nbsp;<\/strong>Asymmetric encryption is a relatively new technique compared to its counterpart. It involves the use of two different keys, one for encryption and one for decryption purposes. One key is known as a \u2018Public Key\u2019 and the other is regarded as a \u2018Private Key.\u2019<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The Public Key is virtually everywhere. Even you possess it without even knowing it. One is stored in your web browser every time you visit an HTTPS-enabled website.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When you send any data to an encrypted site, it is encrypted using the Public Key. The Private Key, on the other hand, is only with the receiver and must be kept discreet. Private Key is used to decrypt the encrypted data. The use of two distinct keys makes the encryption process more secure and a tad slower.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Both these techniques are used in the SSL\/TLS certificates. The Asymmetric Encryption is first applied for the SSL handshake process &#8212; server validation if you call it. Once the connection is in place between the server and the client, Symmetric Encryption takes care of the data encryption.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">LET\u2019S FLASHBACK A BIT<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li style=\"text-align: justify;\"><strong>Hashing:&nbsp;<\/strong>A string of numbers generated to confirm the integrity of data through hashing algorithms.<\/li><li style=\"text-align: justify;\"><strong>Encryption:&nbsp;<\/strong>A technique used to maintain the confidentiality of data by converting the data into an undecipherable format.<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Important Resources<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/cheapsslsecurity.com\/blog\/decoded-examples-of-how-hashing-algorithms-work\/\">How does Hashing&nbsp;Algorithm work?<\/a><\/li><li><a href=\"https:\/\/cheapsslsecurity.com\/p\/what-is-ssl-inspection\/\">What is SSL Inspection and Why Should You Use It?<br><\/a><\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Understand the difference between Hashing and Encryption If you think that&nbsp;Hashing,&nbsp;Encryption,&nbsp;are the same thing, you are wrong! However, you\u2019re not alone. There is an awful lot of confusion surrounding these three terms. As similar, as they may sound, they are all totally different things. Before getting down to business though, let\u2019s understand a few things<\/p>\n","protected":false},"author":8,"featured_media":3425,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[417],"tags":[],"class_list":["post-3567","post","type-post","status-publish","format-standard","has-post-thumbnail","category-cybersecurity"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Hashing vs Encryption: Understand the Difference explained by Experts<\/title>\n<meta name=\"description\" content=\"Hashing vs Encryption: Understand the difference between Hashing, Encryption. Learn how Hashing and encryption function works.\" \/>\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\/hashing-vs-encryption\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hashing vs Encryption: Understand the Difference explained by Experts\" \/>\n<meta property=\"og:description\" content=\"Hashing vs Encryption: Understand the difference between Hashing, Encryption. Learn how Hashing and encryption function works.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cheapsslsecurity.com\/blog\/hashing-vs-encryption\/\" \/>\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=\"2020-12-23T09:42:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-01-26T20:03:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2017\/08\/hashing-function.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"750\" \/>\n\t<meta property=\"og:image:height\" content=\"328\" \/>\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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/hashing-vs-encryption\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/hashing-vs-encryption\\\/\"},\"author\":{\"name\":\"Savvy Security\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/#\\\/schema\\\/person\\\/1ce9a5743b7f25b5be6e4972864b4493\"},\"headline\":\"Explained: Hashing vs. Encryption\",\"datePublished\":\"2020-12-23T09:42:00+00:00\",\"dateModified\":\"2021-01-26T20:03:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/hashing-vs-encryption\\\/\"},\"wordCount\":1043,\"image\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/hashing-vs-encryption\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/08\\\/hashing-function.jpg\",\"articleSection\":[\"SMB Cybersecurity\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/hashing-vs-encryption\\\/\",\"url\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/hashing-vs-encryption\\\/\",\"name\":\"Hashing vs Encryption: Understand the Difference explained by Experts\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/hashing-vs-encryption\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/hashing-vs-encryption\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/08\\\/hashing-function.jpg\",\"datePublished\":\"2020-12-23T09:42:00+00:00\",\"dateModified\":\"2021-01-26T20:03:22+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/#\\\/schema\\\/person\\\/1ce9a5743b7f25b5be6e4972864b4493\"},\"description\":\"Hashing vs Encryption: Understand the difference between Hashing, Encryption. Learn how Hashing and encryption function works.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/hashing-vs-encryption\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/hashing-vs-encryption\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/hashing-vs-encryption\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/08\\\/hashing-function.jpg\",\"contentUrl\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/08\\\/hashing-function.jpg\",\"width\":750,\"height\":328,\"caption\":\"hashing function\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/hashing-vs-encryption\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Explained: Hashing vs. Encryption\"}]},{\"@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":"Hashing vs Encryption: Understand the Difference explained by Experts","description":"Hashing vs Encryption: Understand the difference between Hashing, Encryption. Learn how Hashing and encryption function works.","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\/hashing-vs-encryption\/","og_locale":"en_US","og_type":"article","og_title":"Hashing vs Encryption: Understand the Difference explained by Experts","og_description":"Hashing vs Encryption: Understand the difference between Hashing, Encryption. Learn how Hashing and encryption function works.","og_url":"https:\/\/cheapsslsecurity.com\/blog\/hashing-vs-encryption\/","og_site_name":"Savvy Security","article_publisher":"https:\/\/www.facebook.com\/cheapsslsecurities","article_published_time":"2020-12-23T09:42:00+00:00","article_modified_time":"2021-01-26T20:03:22+00:00","og_image":[{"width":750,"height":328,"url":"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2017\/08\/hashing-function.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":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cheapsslsecurity.com\/blog\/hashing-vs-encryption\/#article","isPartOf":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/hashing-vs-encryption\/"},"author":{"name":"Savvy Security","@id":"https:\/\/cheapsslsecurity.com\/blog\/#\/schema\/person\/1ce9a5743b7f25b5be6e4972864b4493"},"headline":"Explained: Hashing vs. Encryption","datePublished":"2020-12-23T09:42:00+00:00","dateModified":"2021-01-26T20:03:22+00:00","mainEntityOfPage":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/hashing-vs-encryption\/"},"wordCount":1043,"image":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/hashing-vs-encryption\/#primaryimage"},"thumbnailUrl":"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2017\/08\/hashing-function.jpg","articleSection":["SMB Cybersecurity"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/cheapsslsecurity.com\/blog\/hashing-vs-encryption\/","url":"https:\/\/cheapsslsecurity.com\/blog\/hashing-vs-encryption\/","name":"Hashing vs Encryption: Understand the Difference explained by Experts","isPartOf":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/hashing-vs-encryption\/#primaryimage"},"image":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/hashing-vs-encryption\/#primaryimage"},"thumbnailUrl":"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2017\/08\/hashing-function.jpg","datePublished":"2020-12-23T09:42:00+00:00","dateModified":"2021-01-26T20:03:22+00:00","author":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/#\/schema\/person\/1ce9a5743b7f25b5be6e4972864b4493"},"description":"Hashing vs Encryption: Understand the difference between Hashing, Encryption. Learn how Hashing and encryption function works.","breadcrumb":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/hashing-vs-encryption\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cheapsslsecurity.com\/blog\/hashing-vs-encryption\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cheapsslsecurity.com\/blog\/hashing-vs-encryption\/#primaryimage","url":"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2017\/08\/hashing-function.jpg","contentUrl":"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2017\/08\/hashing-function.jpg","width":750,"height":328,"caption":"hashing function"},{"@type":"BreadcrumbList","@id":"https:\/\/cheapsslsecurity.com\/blog\/hashing-vs-encryption\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cheapsslsecurity.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Explained: Hashing vs. Encryption"}]},{"@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\/3567","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=3567"}],"version-history":[{"count":0,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/posts\/3567\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/media\/3425"}],"wp:attachment":[{"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/media?parent=3567"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/categories?post=3567"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/tags?post=3567"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}