diff options
Diffstat (limited to 'presentation/index.html')
-rw-r--r-- | presentation/index.html | 39 |
1 files changed, 30 insertions, 9 deletions
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 @@ <section> <h2>Gliederung</h2> <ol> - <li class="fragment">Einführung</li> <!-- Wieso, weshalb, warum? --> <li class="fragment">Geschichte</li> + <li class="fragment">Verschlüsselungsarten</li> <li class="fragment">Grundlagen</li> <li class="fragment">Ablauf der AES-Verschlüsselung</li> <li class="fragment">AES Visualizer</li> @@ -45,10 +45,6 @@ </section> <section> - <h2>Einführung</h2> - </section> - - <section> <h2>Geschichte</h2> <table class="history" id="history"> <tr> @@ -88,10 +84,28 @@ </section> <section> + <h2>Verschlüsselungsarten</h2> + <section> + <p>Asymmetrische Verschlüsselung</p> + <img alt="" src="img/asymmetric.png"> + </section> + <section> + <img alt="" src="img/asymmetric2.svg"> + </section> + <section> + <img alt="" src="img/SSL.jpg"> + </section> + <section> + <p>Symmetrische Verschlüsselung</p> + <img alt="" src="img/symmetric.png"> + </section> + </section> + + <section> <h2>Grundlagen</h2> <section> - <h3>XOR</h3> + <h4>XOR</h4> <table> <tr> <th>A</th> @@ -122,10 +136,10 @@ </section> <section> - <h3>XOR-Cipher (⊕)</h3> + <h4>XOR-Cipher (⊕)</h4> <p>BAUM → 0x42 0x41 0x55 0x4D → 01000010 01000001 01010101 01001101</p> <p>HUHU → 0x48 0x55 0x48 0x55 → 01001000 01010101 01001000 01010101</p> - <table> + <table style="font-size: 35px"> <tr> <td> </td> <td>01000010</td> @@ -717,7 +731,11 @@ </section> <section> - <p>https://github.com/marvinborner/AESvisualizer/</p> + <img alt="" src="img/crib_sheet.png" style="width: 80%"> + </section> + + <section> + <a href="https://github.com/marvinborner/AESvisualizer/">https://github.com/marvinborner/AESvisualizer/</a> </section> <section> @@ -727,6 +745,9 @@ <small>https://en.wikipedia.org/wiki/Rijndael_S-box</small> <small>http://csrc.nist.gov/archive/aes/rijndael/Rijndael-ammended.pdf</small> <small>http://pi.math.cornell.edu/~morris/135/timeline.html</small> + <small>https://en.wikipedia.org/wiki/Public-key_cryptography</small> + <small>https://www.ssl2buy.com/wiki/symmetric-vs-asymmetric-encryption-what-are-differences</small> + <small>https://signalinc.com/wp-content/uploads/2017/05/SSL.jpg</small> </section> </div> </div> |