merge of '384014264cd2376fc07d142dde94d1dc14170f15'

and '5d13fc9ee6f008b5dcb354705ce749b0de8454bc'
This commit is contained in:
mkvore-commit
2009-05-06 19:59:25 +00:00
2 changed files with 11 additions and 5 deletions

View File

@@ -96,8 +96,11 @@ no routers get the plaintext, ever),</strike> garlic encryption (used to verify
the recipient), tunnel encryption (all messages passing through a tunnel is encrypted by the tunnel the recipient), tunnel encryption (all messages passing through a tunnel is encrypted by the tunnel
gateway to the tunnel endpoint), and interrouter transport layer encryption (e.g. the TCP transport gateway to the tunnel endpoint), and interrouter transport layer encryption (e.g. the TCP transport
uses AES256 with ephemeral keys):</p> uses AES256 with ephemeral keys):</p>
<p>End-to-end (I2CP) encryption was disabled in I2P release 0.6; end-to-end (garlic) encryption <p>End-to-end (I2CP) encryption (client application to server application) was disabled in I2P release 0.6;
from Alice's router "a" to Bob's router "h" remains. Disregard the "Alice-to-Bob" encryption in the picture below. end-to-end (garlic) encryption (I2P client router to I2P server router) from Alice's router "a" to Bob's router "h" remains.
Notice the different use of terms! All data from a to h is end-to-end encrypted, but the I2CP connection
between the I2P router and the applications is not end-to-end encrypted!
A and h are the routers of alice and bob, while alice and bob in following chart are the applications running atop of I2P.</p>
<p><img src="/_static/images/endToEndEncryption.png" alt="end to end layered encryption" /></p> <p><img src="/_static/images/endToEndEncryption.png" alt="end to end layered encryption" /></p>

View File

@@ -107,9 +107,12 @@ Station-zu-Station Authentifizierung und <a href="how_elgamalaes">ElGamal / AES+
Nachrichten, die durch einen Tunnel gehen, sind vom Tunnel Gateway bis zum Tunnel Endpunkt Nachrichten, die durch einen Tunnel gehen, sind vom Tunnel Gateway bis zum Tunnel Endpunkt
verschl&uuml;sselt) und Zwischen-den-Routern-Transport-Schicht Verschl&uuml;sselung (z.B. benutzt der TCP verschl&uuml;sselt) und Zwischen-den-Routern-Transport-Schicht Verschl&uuml;sselung (z.B. benutzt der TCP
Transport AES256 mit Ephemeral Schl&uuml;ssel).</p> Transport AES256 mit Ephemeral Schl&uuml;ssel).</p>
<p>Ende-zu-Ende (I2CP) Verschl&uuml;sselung wurde in der I2P Version 0.6 deaktiviert; Ende-zu-Ende <p>Ende-zu-Ende (I2CP) Verschl&uuml;sselung (von Programm zu Programm) wurde in der I2P Version 0.6 deaktiviert;
(garlic) Verschl&uuml;sselung von Alice Router "a" zu Bobs Router "h" existiert weiterhin. Ende-zu-Ende (garlic) Verschl&uuml;sselung von Alice Router "a" zu Bobs Router "h" existiert weiterhin.
Bitte beachte nicht die "Alice" zu "Bob" Verschl&uuml;sselung im folgedem Bild.</p> Bitte beachte im foglendem Bild den anderen Gebrauch der W&ouml;rter! a und h sind die I2P Router mit
der Ende-zu-Ende Verschl&uuml;sselung von Router zu Router, Alice und Bob hingegen sind die Programme
die mittels(unverschl&uuml;sseltem) I2CP mit den I2P Routern kommunizieren! Sprich: bis zum I2P Router
sind die Daten unverschl&uuml;sselt, ab dem I2P Router ist alles Ende-zu-Ende verschl&uuml;sselt.</p>
<p><img src="/_static/images/endToEndEncryption.png" alt="end to end layered encryption" /></p> <p><img src="/_static/images/endToEndEncryption.png" alt="end to end layered encryption" /></p>