Show
Ignore:
Timestamp:
02/06/2008 02:55:28 AM (8 months ago)
Author:
dave
Message:

Clarify some issues in the "Tracker Peer Obfuscation" BEP.

In particular it is now clear that peers returned in response to a request with sha_ih
can be assumed to implement Message Stream Encryption.

Also the index and RC4 pseudorandom string length are now randomized and obscured.

Aslo some wordsmithing.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotorg/trunk_fixed/html/css/bep.css

    r10543 r10560  
    11/* 
    2    BitTorrent.org Screen CSS 
    3    2006 Apr 6, bri 
     2   BitTorrent.org BEP CSS 
    43*/  
    54 
     
    1211        text-align:center;  
    1312        } 
    14      
     13 
    1514#upper { 
    1615    margin:0; 
     
    7372    } 
    7473 
     74#first p { 
     75        font-size:3pt; 
     76        line-height:80pt; 
     77} 
     78     
     79 
    7580#second li, 
    7681#second dt { 
     
    286291        } 
    287292 
     293.literal-block { 
     294        margin-left:4em; 
     295} 
     296 
     297div.figure { 
     298        margin:2em 4em 1em 4em; 
     299        text-align: center; 
     300        font-size: 7pt; 
     301} 
     302 
     303p.caption { 
     304        text-align: left; 
     305} 
     306