diff --git a/_posts/2022-09-05-securecommunication.markdown b/_posts/2022-09-05-securecommunication.markdown index 6909625..8f94769 100644 --- a/_posts/2022-09-05-securecommunication.markdown +++ b/_posts/2022-09-05-securecommunication.markdown @@ -60,8 +60,6 @@ An interesting manual encryption technique is the [Caesar Cipher](https://en.wik ![CaesarExample]({{site.base_url | absolute_url}}/images/caesar_scheme.png) -![CaesarExample]({{site.base_url | absolute_url}}/images/caesar_example.png) - The receiver would need to shift the ciphertext by 3 characters in the opposite direction to get back the plaintext. The encryption algorithms are broadly divided into two classes based on the type of key that is used in the process. diff --git a/images/asym.png b/images/asym.png index 61161d3..57f309a 100644 Binary files a/images/asym.png and b/images/asym.png differ diff --git a/images/caesar_example.png b/images/caesar_example.png deleted file mode 100644 index 563df4f..0000000 Binary files a/images/caesar_example.png and /dev/null differ diff --git a/images/caesar_scheme.png b/images/caesar_scheme.png index abd6c24..a9659e4 100644 Binary files a/images/caesar_scheme.png and b/images/caesar_scheme.png differ diff --git a/images/sym.png b/images/sym.png index d2f9179..29b0805 100644 Binary files a/images/sym.png and b/images/sym.png differ diff --git a/index.html b/index.html index 9a531f5..6614f56 100644 --- a/index.html +++ b/index.html @@ -46,4 +46,3 @@ layout: default {% endif %} -