Commit e5dc75d1 authored by John's avatar John

Site updated: 2018-11-19 17:37:56

parent 8bfb83fb
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<meta property="og:description" content="How does encryption work? In order to talk about encryption, you usually have to talk about math. Lots of fairly complicated math. People…"> <meta property="og:description" content="How does encryption work? In order to talk about encryption, you usually have to talk about math. Lots of fairly complicated math. People…">
<meta property="og:locale" content="en"> <meta property="og:locale" content="en">
<meta property="og:image" content="http://blog.thebestjohn.com/images/gpg/encrypted.png"> <meta property="og:image" content="http://blog.thebestjohn.com/images/gpg/encrypted.png">
<meta property="og:updated_time" content="2018-11-19T17:26:12.458Z"> <meta property="og:updated_time" content="2018-11-19T17:36:52.700Z">
<meta name="twitter:card" content="summary"> <meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Encryption Primer, How does this all work?"> <meta name="twitter:title" content="Encryption Primer, How does this all work?">
<meta name="twitter:description" content="How does encryption work? In order to talk about encryption, you usually have to talk about math. Lots of fairly complicated math. People…"> <meta name="twitter:description" content="How does encryption work? In order to talk about encryption, you usually have to talk about math. Lots of fairly complicated math. People…">
...@@ -458,6 +458,10 @@ ...@@ -458,6 +458,10 @@
</table> </table>
<p>You’ll notice the cipher is the same. It’s the same thing Eve has, but the message is different! It would have been nice to work out a message that could fit our conversion table nicely but remember that our attacker doesn’t know that either <p>You’ll notice the cipher is the same. It’s the same thing Eve has, but the message is different! It would have been nice to work out a message that could fit our conversion table nicely but remember that our attacker doesn’t know that either
and therefore would have to assume that on the conversion table, there are numbers that go up to 93 and so on. Often time codebooks use numbers like this as well.</p> and therefore would have to assume that on the conversion table, there are numbers that go up to 93 and so on. Often time codebooks use numbers like this as well.</p>
<h2 id="More-reading"><a href="#More-reading" class="headerlink" title="More reading"></a>More reading</h2>
<p>Moving forward we’re going to talk about <abbr title="Pretty Good Privacy">PGP</abbr>, <abbr title="GNU Privacy Guard">GPG</abbr> and different concepts of encryption. This post was specifically made in order to prepare you for heading into
our post
<a href="/posts/you-down-with-pgp-yeah-you-know-me/" title="You down with PGP? Yeah you know me!">You down with PGP? Yeah you know me!</a>. So head on over there if you want to dig a little deeper.</p>
</div> </div>
<div class="article__author" itemscope="" itemprop="author" itemtype="https://schema.org/Person"><img class="article__author__image" src="/images/avatar.jpg" alt="John Warren"><a class="article__author__link" title="About John Warren" rel="author">John Warren</a> <div class="article__author" itemscope="" itemprop="author" itemtype="https://schema.org/Person"><img class="article__author__image" src="/images/avatar.jpg" alt="John Warren"><a class="article__author__link" title="About John Warren" rel="author">John Warren</a>
<p class="article__author__desc">Just a place to make stuff</p> <p class="article__author__desc">Just a place to make stuff</p>
...@@ -484,7 +488,7 @@ ...@@ -484,7 +488,7 @@
})(); })();
</script><noscript>Enable JavaScript to see comments.</noscript> </script><noscript>Enable JavaScript to see comments.</noscript>
<!-- Meta Tags for Structured Data--> <!-- Meta Tags for Structured Data-->
<meta itemprop="dateModified" content="2018-11-19T17:26:12.458Z"> <meta itemprop="dateModified" content="2018-11-19T17:36:52.700Z">
<meta itemprop="articleBody" content="How does encryption work? <meta itemprop="articleBody" content="How does encryption work?
In order to talk about encryption, you usually have to talk about math. Lots of fairly complicated math. People write theses on encryption algorithms and base their..."> In order to talk about encryption, you usually have to talk about math. Lots of fairly complicated math. People write theses on encryption algorithms and base their...">
<meta itemprop="url" content="/posts/encryption-primer/"> <meta itemprop="url" content="/posts/encryption-primer/">
......
...@@ -440,16 +440,16 @@ https://docs.gitlab.com/ee/user/project/pipelines/job_artifacts.html ...@@ -440,16 +440,16 @@ https://docs.gitlab.com/ee/user/project/pipelines/job_artifacts.html
</article> </article>
<section class="related-posts"> <section class="related-posts">
<h3>Related posts</h3> <h3>Related posts</h3>
<div class="related-posts__item__wrapper">
<a class="related-posts__item" href="/posts/static-what-generator/">
<div class="related-posts__item__background" style="background-image:url('/images/default.jpg');"></div>
<div class="related-posts__item__overlay"></div><span class="related-posts__item__title">Static what Generator?!</span></a>
</div>
<div class="related-posts__item__wrapper"> <div class="related-posts__item__wrapper">
<a class="related-posts__item" href="/posts/table-based-design/"> <a class="related-posts__item" href="/posts/table-based-design/">
<div class="related-posts__item__background" style="background-image:url('/images/tableCode.jpg');"></div> <div class="related-posts__item__background" style="background-image:url('/images/tableCode.jpg');"></div>
<div class="related-posts__item__overlay"></div><span class="related-posts__item__title">Table based design: Why I loathe it, and you should too!</span></a> <div class="related-posts__item__overlay"></div><span class="related-posts__item__title">Table based design: Why I loathe it, and you should too!</span></a>
</div> </div>
<div class="related-posts__item__wrapper">
<a class="related-posts__item" href="/posts/static-what-generator/">
<div class="related-posts__item__background" style="background-image:url('/images/default.jpg');"></div>
<div class="related-posts__item__overlay"></div><span class="related-posts__item__title">Static what Generator?!</span></a>
</div>
</section> </section>
</div> </div>
</div> </div>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<url> <url>
<loc>http://blog.thebestjohn.com/posts/encryption-primer/</loc> <loc>http://blog.thebestjohn.com/posts/encryption-primer/</loc>
<lastmod>2018-11-19T17:26:12.458Z</lastmod> <lastmod>2018-11-19T17:36:52.700Z</lastmod>
</url> </url>
...@@ -37,14 +37,14 @@ ...@@ -37,14 +37,14 @@
</url> </url>
<url> <url>
<loc>http://blog.thebestjohn.com/posts/static-what-generator/</loc> <loc>http://blog.thebestjohn.com/posts/table-based-design/</loc>
<lastmod>2018-11-03T23:30:58.784Z</lastmod> <lastmod>2018-11-03T23:30:58.784Z</lastmod>
</url> </url>
<url> <url>
<loc>http://blog.thebestjohn.com/posts/table-based-design/</loc> <loc>http://blog.thebestjohn.com/posts/static-what-generator/</loc>
<lastmod>2018-11-03T23:30:58.784Z</lastmod> <lastmod>2018-11-03T23:30:58.784Z</lastmod>
...@@ -58,14 +58,14 @@ ...@@ -58,14 +58,14 @@
</url> </url>
<url> <url>
<loc>http://blog.thebestjohn.com/posts/sonoff-micropython-wonderland/</loc> <loc>http://blog.thebestjohn.com/posts/matrix-keypad/</loc>
<lastmod>2018-11-03T23:30:58.784Z</lastmod> <lastmod>2018-11-03T23:30:58.784Z</lastmod>
</url> </url>
<url> <url>
<loc>http://blog.thebestjohn.com/posts/matrix-keypad/</loc> <loc>http://blog.thebestjohn.com/posts/sonoff-micropython-wonderland/</loc>
<lastmod>2018-11-03T23:30:58.784Z</lastmod> <lastmod>2018-11-03T23:30:58.784Z</lastmod>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment