Use permalink and update links to posts

master
Tait Hoyem 3 years ago
parent db5ce093c6
commit 734cd69206

@ -5,7 +5,7 @@ title: "How Does Encryption Work, in Theory?"
---
There are many kinds of encryption used in our everyday communication. Online and offline, over the internet and in person. In this article, I will explain the basics of how encryption should work in theory. I explain in [this article](/2020/01/26/rsa1.html) why encryption is important, and why *you* should care about it.
There are many kinds of encryption used in our everyday communication. Online and offline, over the internet and in person. In this article, I will explain the basics of how encryption should work in theory. I explain in [this article]({% post_url 2020-01-26-rsa1 %}) why encryption is important, and why *you* should care about it.
We will start by looking at in-person, offline encryption.

@ -3,7 +3,7 @@ title: "How Asymetric Encryption Works"
layout: post
author: tait
---
In a few previous articles I have explained [why encryption may be important to you](/2020/01/26/rsa1.html) and [how the theory behind encryption works](/2020/02/19/rsa2.html). I did not yet explain the system of asymetric cryptography, however. That is what this article is for.
In a few previous articles I have explained [why encryption may be important to you]({% post_url 2020-01-26-rsa1 %}) and [how the theory behind encryption works]({% post_url 2020-02-19-rsa2 %}). I did not yet explain the system of asymetric cryptography, however. That is what this article is for.
Previously, we talked about how *symetric* encryption works. This is by having a shared key that both parties use to simultaniously encrypt, and decrypt the data. (See Ceasar Cipher for example).
@ -142,5 +142,5 @@ In this article we went over some basic points:
2. RSA is considered the standard for extra-seure communication.
3. EC is a newer, faster, more transient encryption method.
To learn how to use RSA keys to encrypt your own communications, check out [this other aritcle I wrote](/2020/04/06/rsa4.html).
To learn how to use RSA keys to encrypt your own communications, check out [this other aritcle I wrote]({% post_url 2020-04-06-rsa4 %}).

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save