From de1f09993e47be7f5f2b635fa938dc2495083a23 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 13 Jul 2019 12:54:39 +0200 Subject: Differentiating asymmetric and symmetric encryption --- presentation/img/SSL.jpg | Bin 0 -> 47158 bytes presentation/img/asymmetric.png | Bin 0 -> 54492 bytes presentation/img/asymmetric2.svg | 355 +++++++++++++++++++++++++++++++++++++++ presentation/img/crib_sheet.png | Bin 0 -> 562124 bytes presentation/img/symmetric.png | Bin 0 -> 51094 bytes presentation/index.html | 39 ++++- 6 files changed, 385 insertions(+), 9 deletions(-) create mode 100644 presentation/img/SSL.jpg create mode 100644 presentation/img/asymmetric.png create mode 100644 presentation/img/asymmetric2.svg create mode 100644 presentation/img/crib_sheet.png create mode 100644 presentation/img/symmetric.png diff --git a/presentation/img/SSL.jpg b/presentation/img/SSL.jpg new file mode 100644 index 0000000..1bfe973 Binary files /dev/null and b/presentation/img/SSL.jpg differ diff --git a/presentation/img/asymmetric.png b/presentation/img/asymmetric.png new file mode 100644 index 0000000..6aa079a Binary files /dev/null and b/presentation/img/asymmetric.png differ diff --git a/presentation/img/asymmetric2.svg b/presentation/img/asymmetric2.svg new file mode 100644 index 0000000..ba76c64 --- /dev/null +++ b/presentation/img/asymmetric2.svg @@ -0,0 +1,355 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + Hello + Alice! + + Alice's + private key + + Encrypt + + 6EB69570 + 08E03CE4 + + + Hello + Alice! + + Decrypt + + Alice's + public key + + Alice + + + + + + + Bob + diff --git a/presentation/img/crib_sheet.png b/presentation/img/crib_sheet.png new file mode 100644 index 0000000..93d0de1 Binary files /dev/null and b/presentation/img/crib_sheet.png differ diff --git a/presentation/img/symmetric.png b/presentation/img/symmetric.png new file mode 100644 index 0000000..afdce53 Binary files /dev/null and b/presentation/img/symmetric.png differ diff --git a/presentation/index.html b/presentation/index.html index 539c9d3..17e0fcd 100644 --- a/presentation/index.html +++ b/presentation/index.html @@ -35,8 +35,8 @@

Gliederung

    -
  1. Einführung
  2. Geschichte
  3. +
  4. Verschlüsselungsarten
  5. Grundlagen
  6. Ablauf der AES-Verschlüsselung
  7. AES Visualizer
  8. @@ -44,10 +44,6 @@
-
-

Einführung

-
-

Geschichte

@@ -87,11 +83,29 @@ +
+

Verschlüsselungsarten

+
+

Asymmetrische Verschlüsselung

+ +
+
+ +
+
+ +
+
+

Symmetrische Verschlüsselung

+ +
+
+

Grundlagen

-

XOR

+

XOR

@@ -122,10 +136,10 @@
-

XOR-Cipher (⊕)

+

XOR-Cipher (⊕)

BAUM → 0x42 0x41 0x55 0x4D → 01000010 01000001 01010101 01001101

HUHU → 0x48 0x55 0x48 0x55 → 01001000 01010101 01001000 01010101

-
A
+
@@ -717,7 +731,11 @@
-

https://github.com/marvinborner/AESvisualizer/

+ +
+ +
+ https://github.com/marvinborner/AESvisualizer/
@@ -727,6 +745,9 @@ https://en.wikipedia.org/wiki/Rijndael_S-box http://csrc.nist.gov/archive/aes/rijndael/Rijndael-ammended.pdf http://pi.math.cornell.edu/~morris/135/timeline.html + https://en.wikipedia.org/wiki/Public-key_cryptography + https://www.ssl2buy.com/wiki/symmetric-vs-asymmetric-encryption-what-are-differences + https://signalinc.com/wp-content/uploads/2017/05/SSL.jpg
-- cgit v1.2.3
  01000010