{"id":3418,"date":"2017-08-11T03:56:26","date_gmt":"2017-08-11T11:56:26","guid":{"rendered":"https:\/\/cheapsslsecurity.com\/blog\/?p=3418"},"modified":"2021-04-02T03:44:47","modified_gmt":"2021-04-02T11:44:47","slug":"explained-hashing-vs-encryption-vs-encoding","status":"publish","type":"post","link":"https:\/\/cheapsslsecurity.com\/blog\/explained-hashing-vs-encryption-vs-encoding\/","title":{"rendered":"Explained: Hashing vs. Encryption vs. Encoding"},"content":{"rendered":"<h2>Understand the difference between Hashing, Encryption, and Encoding<\/h2>\n<p style=\"text-align: justify;\">If you think that <em>Hashing<\/em>, <em>Encryption, <\/em>and <em>Encoding<\/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<p style=\"text-align: justify;\">From a security point of view what are the most important things when sending data\/message on the internet?<\/p>\n<p style=\"text-align: justify;\"><strong>First,<\/strong> you want to let the other person know that the message has been sent from you \u2013 not from anyone else.<\/p>\n<p style=\"text-align: justify;\"><strong>Second,<\/strong> you want the message to be in the exact same format \u2013 without any alteration or modification.<\/p>\n<p style=\"text-align: justify;\"><strong>And third,<\/strong> you want your message to be protected from the reach of ill-intended people \u2013 hackers, fraudsters &amp; other types of cyber criminals. These three functions can be designated as:<\/p>\n<ol>\n<li>Identity Verification<\/li>\n<li>Integrity<\/li>\n<li>Confidentiality<\/li>\n<\/ol>\n<p style=\"text-align: justify;\">So, how exactly is this done? <em>Hashing <\/em>and <em>Encryption<\/em> are the answers. Now you must be thinking \u2018Doesn&#8217;t that make them the same thing?\u2019 The answer is <strong>NO<\/strong>.<\/p>\n<p>Let\u2019s start with <strong>Hashing<\/strong>.<\/p>\n<h3>What is Hashing?<\/h3>\n<p style=\"text-align: justify;\">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<p style=\"text-align: justify;\">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<p style=\"text-align: justify;\">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<p style=\"text-align: justify;\"><img decoding=\"async\" class=\"aligncenter size-full wp-image-3425\" src=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2017\/08\/hashing-function.jpg\" alt=\"hashing function\" width=\"750\" height=\"328\" 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\" \/><\/p>\n<p style=\"text-align: justify;\">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<p style=\"text-align: justify;\">That\u2019s one of the most indispensable properties of <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 <em>Avalanche Effect.<\/em><\/p>\n<p style=\"text-align: justify;\">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<p><strong>Text: <\/strong>Everybody loves donuts.<\/p>\n<p><strong>SHA-1 Hash value of the text above: <\/strong>daebbfdea9a516477d489f32c982a1ba1855bcd<\/p>\n<p style=\"text-align: justify;\">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<p><strong>New text: <\/strong>Everybody loves donut.<\/p>\n<p><strong>SHA-1 Hash value of the new text: <\/strong>8f2bd584a1854d37f9e98f9ec4da6d757940f388<\/p>\n<p style=\"text-align: justify;\">See how the hash value changed entirely when we removed the \u2018s\u2019 from <em>Donuts<\/em>? That\u2019s what hashing does for you.<\/p>\n<h4>Uses of Hashing<\/h4>\n<ul>\n<li style=\"text-align: justify;\">Hashing is an effective method to compare and avoid duplication in databases.<\/li>\n<li style=\"text-align: justify;\">It is used in Digital signatures and SSL certificates.<\/li>\n<li style=\"text-align: justify;\">Hashing can be used to find a specific piece of data in big databases.<\/li>\n<li style=\"text-align: justify;\">It is widely used in computer graphics.<\/li>\n<\/ul>\n<p><a href=\"https:\/\/cheapsslsecurity.com\/blog\/migration-from-sha-1-to-sha-2-will-enhances-web-security\/\"><strong>Tips to migrate from sha-1 to sha-2<\/strong>.<\/a><\/p>\n<h3>What is Encryption?<\/h3>\n<p style=\"text-align: justify;\">It&#8217;s almost impossible to imagine the internet without <em>Encryption<\/em>. Encryption is what keeps the artificial world of the internet 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 <em>confidentiality<\/em>.<\/p>\n<p style=\"text-align: justify;\"><img decoding=\"async\" class=\"aligncenter size-full wp-image-3423\" src=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2017\/08\/encryption-and-decryption.jpg\" alt=\"Encryption and Decryption\" width=\"750\" height=\"328\" 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\" \/><\/p>\n<p style=\"text-align: justify;\">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<p style=\"text-align: justify;\">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<p style=\"text-align: justify;\"><strong>Symmetric Encryption: <\/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<p style=\"text-align: justify;\"><strong>Asymmetric Encryption: <\/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<p style=\"text-align: justify;\">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<p style=\"text-align: justify;\">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<p style=\"text-align: justify;\">Both these techniques are used in the SSL\/TLS certificates. The Asymmetric Encryption is first applied to 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<p><a href=\"https:\/\/cheapsslsecurity.com\/blog\/understanding-the-role-of-certificate-authorities-in-pki\/\"><strong>Understanding PKI in cryptography.<\/strong><\/a><\/p>\n<h3>What is Encoding?<\/h3>\n<p style=\"text-align: justify;\">Unlike Encryption and Hashing, Encoding is not used for security purpose. Fundamentally, it is just a technique to transform data into other formats so that it can be consumed by numerous systems. There is no use of keys in encoding. The algorithm that is used to encode the data is used to decode it as well. ASCII and UNICODE are examples of such algorithms.<\/p>\n<h3>Let\u2019s flashback a bit<\/h3>\n<ul>\n<li style=\"text-align: justify;\"><strong>Hashing: <\/strong>A string of numbers generated to confirm the integrity of data through hashing algorithms.<\/li>\n<li style=\"text-align: justify;\"><strong>Encryption: <\/strong>A technique used to maintain the confidentiality of data by converting the data into an undecipherable format.<\/li>\n<li style=\"text-align: justify;\"><strong>Encoding: <\/strong>A conversion of data from one format to another format.<\/li>\n<\/ul>\n<h3>Related Posts<\/h3>\n<ul>\n<li><a href=\"https:\/\/cheapsslsecurity.com\/blog\/what-is-asymmetric-encryption-understand-with-simple-examples\/\">What is Asymmetric Encryption? Understand with Simple Examples<\/a><\/li>\n<li><a href=\"https:\/\/cheapsslsecurity.com\/blog\/what-is-ssl-tls-handshake-understand-the-process-in-just-3-minutes\/\">Understanding the SSL\/TLS Handshake process<\/a><\/li>\n<li><a href=\"https:\/\/cheapsslsecurity.com\/blog\/what-is-hsts-a-brief-overview-of-hsts-technology\/\">Why is HSTS the new future of HTTPS encryption?<\/a><\/li>\n<li><a href=\"https:\/\/cheapsslsecurity.com\/blog\/decoded-examples-of-how-hashing-algorithms-work\/\">How Hashing Algorithms Work<\/a><\/li>\n<li><a href=\"https:\/\/cheapsslsecurity.com\/blog\/self-signed-ssl-versus-trusted-ca-signed-ssl-certificate\/\">Self-Signed SSL Versus Trusted CA Signed SSL Certificate<\/a><\/li>\n<li><a href=\"https:\/\/cheapsslsecurity.com\/blog\/http-vs-https-do-you-really-need-https\/\">HTTP vs. HTTPS, Do You Really Need HTTPS?<\/a><\/li>\n<li><a href=\"https:\/\/cheapsslsecurity.com\/blog\/why-trust-seals-play-a-vital-role-on-e-commerce-websites\/\">Why Trust Seals Play a Vital Role on E-commerce Websites<br \/>\n<\/a><\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"wp-image-573 size-thumbnail alignleft\" src=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2018\/09\/ssl-lock-icon.png\" alt=\"green pad lock\" width=\"85\" height=\"115\" \/>Here, we understood the difference between Hashing, Encryption and Encoding. To encrypt our website and the browser-server SSL certificate is the key element that enables the layer of security.<\/p>\n<p><a class=\"comparebtn\" href=\"https:\/\/cheapsslsecurity.com\/sslbrands\/comodo.html\">Get Comodo SSL Certificate &amp; Save Up to 89%<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Understand the difference between Hashing, Encryption, and Encoding If you think that Hashing, Encryption, and Encoding 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<\/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":[5],"tags":[],"class_list":["post-3418","post","type-post","status-publish","format-standard","has-post-thumbnail","category-ssl-pki"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Hashing vs. Encryption vs. Encoding: Explained by Experts<\/title>\n<meta name=\"description\" content=\"Hashing vs Encryption: Understand the difference between Hashing, Encryption, and Encoding. Learn how Hashing, encryption, and encoding 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\/explained-hashing-vs-encryption-vs-encoding\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hashing vs. Encryption vs. Encoding: Explained by Experts\" \/>\n<meta property=\"og:description\" content=\"Hashing vs Encryption: Understand the difference between Hashing, Encryption, and Encoding. Learn how Hashing, encryption, and encoding function works.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cheapsslsecurity.com\/blog\/explained-hashing-vs-encryption-vs-encoding\/\" \/>\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=\"2017-08-11T11:56:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-04-02T11:44:47+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=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/explained-hashing-vs-encryption-vs-encoding\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/explained-hashing-vs-encryption-vs-encoding\\\/\"},\"author\":{\"name\":\"Savvy Security\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/#\\\/schema\\\/person\\\/1ce9a5743b7f25b5be6e4972864b4493\"},\"headline\":\"Explained: Hashing vs. Encryption vs. Encoding\",\"datePublished\":\"2017-08-11T11:56:26+00:00\",\"dateModified\":\"2021-04-02T11:44:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/explained-hashing-vs-encryption-vs-encoding\\\/\"},\"wordCount\":1187,\"image\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/explained-hashing-vs-encryption-vs-encoding\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/08\\\/hashing-function.jpg\",\"articleSection\":[\"SSL &amp; PKI\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/explained-hashing-vs-encryption-vs-encoding\\\/\",\"url\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/explained-hashing-vs-encryption-vs-encoding\\\/\",\"name\":\"Hashing vs. Encryption vs. Encoding: Explained by Experts\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/explained-hashing-vs-encryption-vs-encoding\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/explained-hashing-vs-encryption-vs-encoding\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/08\\\/hashing-function.jpg\",\"datePublished\":\"2017-08-11T11:56:26+00:00\",\"dateModified\":\"2021-04-02T11:44:47+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/#\\\/schema\\\/person\\\/1ce9a5743b7f25b5be6e4972864b4493\"},\"description\":\"Hashing vs Encryption: Understand the difference between Hashing, Encryption, and Encoding. Learn how Hashing, encryption, and encoding function works.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/explained-hashing-vs-encryption-vs-encoding\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/explained-hashing-vs-encryption-vs-encoding\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/explained-hashing-vs-encryption-vs-encoding\\\/#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\\\/explained-hashing-vs-encryption-vs-encoding\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Explained: Hashing vs. Encryption vs. Encoding\"}]},{\"@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 vs. Encoding: Explained by Experts","description":"Hashing vs Encryption: Understand the difference between Hashing, Encryption, and Encoding. Learn how Hashing, encryption, and encoding 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\/explained-hashing-vs-encryption-vs-encoding\/","og_locale":"en_US","og_type":"article","og_title":"Hashing vs. Encryption vs. Encoding: Explained by Experts","og_description":"Hashing vs Encryption: Understand the difference between Hashing, Encryption, and Encoding. Learn how Hashing, encryption, and encoding function works.","og_url":"https:\/\/cheapsslsecurity.com\/blog\/explained-hashing-vs-encryption-vs-encoding\/","og_site_name":"Savvy Security","article_publisher":"https:\/\/www.facebook.com\/cheapsslsecurities","article_published_time":"2017-08-11T11:56:26+00:00","article_modified_time":"2021-04-02T11:44:47+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":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cheapsslsecurity.com\/blog\/explained-hashing-vs-encryption-vs-encoding\/#article","isPartOf":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/explained-hashing-vs-encryption-vs-encoding\/"},"author":{"name":"Savvy Security","@id":"https:\/\/cheapsslsecurity.com\/blog\/#\/schema\/person\/1ce9a5743b7f25b5be6e4972864b4493"},"headline":"Explained: Hashing vs. Encryption vs. Encoding","datePublished":"2017-08-11T11:56:26+00:00","dateModified":"2021-04-02T11:44:47+00:00","mainEntityOfPage":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/explained-hashing-vs-encryption-vs-encoding\/"},"wordCount":1187,"image":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/explained-hashing-vs-encryption-vs-encoding\/#primaryimage"},"thumbnailUrl":"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2017\/08\/hashing-function.jpg","articleSection":["SSL &amp; PKI"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/cheapsslsecurity.com\/blog\/explained-hashing-vs-encryption-vs-encoding\/","url":"https:\/\/cheapsslsecurity.com\/blog\/explained-hashing-vs-encryption-vs-encoding\/","name":"Hashing vs. Encryption vs. Encoding: Explained by Experts","isPartOf":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/explained-hashing-vs-encryption-vs-encoding\/#primaryimage"},"image":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/explained-hashing-vs-encryption-vs-encoding\/#primaryimage"},"thumbnailUrl":"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2017\/08\/hashing-function.jpg","datePublished":"2017-08-11T11:56:26+00:00","dateModified":"2021-04-02T11:44:47+00:00","author":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/#\/schema\/person\/1ce9a5743b7f25b5be6e4972864b4493"},"description":"Hashing vs Encryption: Understand the difference between Hashing, Encryption, and Encoding. Learn how Hashing, encryption, and encoding function works.","breadcrumb":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/explained-hashing-vs-encryption-vs-encoding\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cheapsslsecurity.com\/blog\/explained-hashing-vs-encryption-vs-encoding\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cheapsslsecurity.com\/blog\/explained-hashing-vs-encryption-vs-encoding\/#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\/explained-hashing-vs-encryption-vs-encoding\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cheapsslsecurity.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Explained: Hashing vs. Encryption vs. Encoding"}]},{"@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\/3418","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=3418"}],"version-history":[{"count":0,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/posts\/3418\/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=3418"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/categories?post=3418"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/tags?post=3418"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}