GnuPG
This commit is contained in:
44
10.html
44
10.html
@@ -42,7 +42,7 @@
|
||||
<section data-transition="slide" data-background="#4d7e65" data-background-transition="zoom">
|
||||
<h1>LINUX</h1>
|
||||
<h3>Das universelle Betriebssystem</h3>
|
||||
<p>Eine Einführung - Teil 9
|
||||
<p>Eine Einführung - Teil 10
|
||||
<p>
|
||||
<small>Deutsche Angestellten Akademie</small>
|
||||
</p>
|
||||
@@ -52,10 +52,52 @@
|
||||
</aside>
|
||||
</section>
|
||||
|
||||
|
||||
<section data-transition="slide" data-background="#4d7e65" data-background-transition="convex">
|
||||
<h2>Verschlüsselung mit GnuPG</h2>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h3>Geschichte</h3>
|
||||
<ul>
|
||||
<li class="fragment">1991 - Phil Zimmermann - Pretty Good Privacy ( PGP ).</li>
|
||||
<li class="fragment">Exportbeschränkungen der USA verhinderten Internationale Verbreitung</li>
|
||||
<li class="fragment">Der Quellcode wurde 1995 als Buch „PGP Source Code and Internals“ exportiert ;-) </li>
|
||||
<li class="fragment">1997 - Aufkauf durch McAffee: Quellcode wurde nicht mehr offengelegt</li>
|
||||
<li class="fragment">1997 - OpenPGP Standard</li>
|
||||
<li class="fragment">1997 - Werner Koch veröffentlicht GnuPG unter der GPL</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h3>Funktionsweise</h3>
|
||||
<h4>Key Generierung</h4>
|
||||
<img src="img/Orange_blue_public_private_keygeneration_de.svg">
|
||||
</section>
|
||||
<section>
|
||||
<h4>Verschlüsselung</h4>
|
||||
<img src="img/Orange_blue_public_key_cryptography_de.svg">
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h4>Signierung</h4>
|
||||
<img src="img/Orange_blue_digital_signature_de.svg">
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h4>Verschlüsselung für jmd. Anderen</h4>
|
||||
<!-- <img style="margin: 0; max-height: 80vh !important; background: antiquewhite;" src="img/PGP_diagram_de.svg">
|
||||
<p style="font-size: .3em">
|
||||
Von <a href="//commons.wikimedia.org/w/index.php?title=User:Gregorerhardt&action=edit&redlink=1" class="new" title="User:Gregorerhardt (page does not exist)">Gregorerhardt</a> - <span class="int-own-work" lang="de">Eigenes Werk</span>, <a href="https://creativecommons.org/licenses/by-sa/4.0" title="Creative Commons Attribution-Share Alike 4.0">CC BY-SA 4.0</a>, <a href="https://commons.wikimedia.org/w/index.php?curid=37163956">Link</a>
|
||||
-->
|
||||
<img src="img/Public_key_encryption.svg">
|
||||
</section>
|
||||
|
||||
<section data-transition="slide" data-background="lightblue" data-background-transition="zoom">
|
||||
<h2 style="text-shadow: 5px 4px 15px black;">Systemverwaltung</h2>
|
||||
</section>
|
||||
|
||||
|
||||
<section data-transition="slide" data-background="#4d7e65" data-background-transition="convex">
|
||||
<h2>Part 8 - Netzwerke</h2>
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user