[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r4309 - GNUnet-docs/WWW
From: |
grothoff |
Subject: |
[GNUnet-SVN] r4309 - GNUnet-docs/WWW |
Date: |
Fri, 19 Jan 2007 13:44:20 -0800 (PST) |
Author: grothoff
Date: 2007-01-19 13:44:18 -0800 (Fri, 19 Jan 2007)
New Revision: 4309
Modified:
GNUnet-docs/WWW/protocol_p2p.php3
GNUnet-docs/WWW/protocol_p2p_core.php3
Log:
aes_no_blowfish
Modified: GNUnet-docs/WWW/protocol_p2p.php3
===================================================================
--- GNUnet-docs/WWW/protocol_p2p.php3 2007-01-19 18:46:06 UTC (rev 4308)
+++ GNUnet-docs/WWW/protocol_p2p.php3 2007-01-19 21:44:18 UTC (rev 4309)
@@ -11,7 +11,7 @@
W("Packets are assembled from individual messages by the GNUnet core.");
W("They are padded with noise until they have the size of the MTU of the
specific transport service used to transmit the message.");
-W("The GNUnet core also computes a checksum of the plaintext message and
encrypts the data with blowfish.");
+W("The GNUnet core also computes a checksum of the plaintext message and
encrypts the data with AES-256.");
W("The transport service only needs to transmit the information.");
W("The data that the transport service needs to communicate is the sender
identity, the checksum, the total message size, a flag indicating whether or
not the message is in plaintext or encrypted, and the packet itself.");
W("The transport layer implementation is responsible for wrapping the packet
appropriately.");
Modified: GNUnet-docs/WWW/protocol_p2p_core.php3
===================================================================
--- GNUnet-docs/WWW/protocol_p2p_core.php3 2007-01-19 18:46:06 UTC (rev
4308)
+++ GNUnet-docs/WWW/protocol_p2p_core.php3 2007-01-19 21:44:18 UTC (rev
4309)
@@ -136,7 +136,7 @@
ANCHOR("SETKEY");H4("SETKEY");
BP();
-W("Sessionkeys are 128 bit keys for blowfish, a symmetric cipher that is used
for all communication between GNUnet nodes except %ss and SETKEYs themselves
(for those, RSA with 2048 bit keys is used).",
+W("Sessionkeys are 256 bit keys for AES-256, a symmetric cipher that is used
for all communication between GNUnet nodes except %ss and SETKEYs themselves
(for those, RSA with 2048 bit keys is used).",
extlink_("#HELLO","HELLO"));
P();
W("A session between two GNUnet nodes is the existance of a pair of
sessionkeys between the two nodes that have been confirmed by receiving an
encrypted PONG response to an encrypted PING challenge.");
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r4309 - GNUnet-docs/WWW,
grothoff <=