<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>RSA on FISI Lernzettel</title><link>https://hugo.globuklumbo.de/tags/rsa/</link><description>Recent content in RSA on FISI Lernzettel</description><generator>Hugo</generator><language>de</language><atom:link href="https://hugo.globuklumbo.de/tags/rsa/index.xml" rel="self" type="application/rss+xml"/><item><title>Verschlüsselung</title><link>https://hugo.globuklumbo.de/06_it-sicherheit/verschluesselung/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hugo.globuklumbo.de/06_it-sicherheit/verschluesselung/</guid><description>&lt;h1 id="verschlüsselung"&gt;Verschlüsselung&lt;a class="anchor" href="#verschl%c3%bcsselung"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Verschlüsselung schützt Daten vor unbefugtem Zugriff — unterwegs (z. B. &lt;abbr title="Transport Layer Security" style="text-decoration-line: underline; text-decoration-style: dotted; text-decoration-color: var(--color-link); cursor: help;"&gt;TLS&lt;/abbr&gt;) oder im
Ruhezustand. Grundlegend gibt es zwei Verfahren, symmetrisch und asymmetrisch, sowie
darauf aufbauende Methoden wie Hybridverschlüsselung, digitale Signaturen und
Passwort-Hashing.&lt;/p&gt;
&lt;h2 id="symmetrische-verschlüsselung"&gt;Symmetrische Verschlüsselung&lt;a class="anchor" href="#symmetrische-verschl%c3%bcsselung"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Ein Schlüssel&lt;/strong&gt; wird sowohl zum Ver- als auch zum Entschlüsseln verwendet.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#cdd6f4;background-color:#1e1e2e;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-fallback" data-lang="fallback"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Sender Empfänger
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; │ │
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; │ Klartext │
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; │ │ │
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; │ [Schlüssel K] [Schlüssel K]
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; │ │ │
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; │ Geheimtext ──── übertragen ───► Klartext
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; │ │&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;strong&gt;Vorteile&lt;/strong&gt;&lt;/th&gt;
					&lt;th&gt;&lt;strong&gt;Nachteile&lt;/strong&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;Sehr schnell (geringe Rechenleistung)&lt;/td&gt;
					&lt;td&gt;&lt;strong&gt;Schlüsselverteilungsproblem:&lt;/strong&gt; Wie teilt man den Schlüssel sicher?&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Einfache Implementierung&lt;/td&gt;
					&lt;td&gt;Jedes Kommunikationspaar braucht eigenen Schlüssel&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Gut für große Datenmengen&lt;/td&gt;
					&lt;td&gt;n Teilnehmer → n(n−1)/2 Schlüssel nötig&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Algorithmen:&lt;/strong&gt; AES (sicher, Standard), &lt;abbr title="Data Encryption Standard" style="text-decoration-line: underline; text-decoration-style: dotted; text-decoration-color: var(--color-link); cursor: help;"&gt;DES&lt;/abbr&gt; (veraltet, unsicher), &lt;abbr title="Triple Data Encryption Standard" style="text-decoration-line: underline; text-decoration-style: dotted; text-decoration-color: var(--color-link); cursor: help;"&gt;3DES&lt;/abbr&gt;&lt;/p&gt;</description></item></channel></rss>