瀏覽代碼

i'm not sure what man-in-the-middle attacks we were worried about,
but i agree that we don't need to worry about them for rendezvousing.
what we really meant was collision attacks. i think?


svn:r5909

Roger Dingledine 19 年之前
父節點
當前提交
67a77f17ca
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      doc/rend-spec.txt

+ 3 - 3
doc/rend-spec.txt

@@ -254,9 +254,9 @@ $Id$
          2. Generate a 16-character encoding of H', using base32 as defined
          2. Generate a 16-character encoding of H', using base32 as defined
             in RFC 3548.
             in RFC 3548.
 
 
-   (We only use 80 bits instead of the 160 bits from SHA1 because we don't
+   (We only use 80 bits instead of the 160 bits from SHA1 because we
-   need to worry about man-in-the-middle attacks, and because it will make
+   don't need to worry about arbitrary collisions, and because it will
-   handling the url's more convenient.)
+   make handling the url's more convenient.)
 
 
    The string "x", if present, is the base-32 encoding of the
    The string "x", if present, is the base-32 encoding of the
    authentication/authorization required by the introduction point.
    authentication/authorization required by the introduction point.