Comment 0 for bug 457474

Revision history for this message
root (n-root-psiphon-ca) wrote :

We use CBC mode (random IV mixed into each string encryption) to encode URLs. This means that the same URL will encode differently each time. This means that instead of the same page element getting downloaded only once, regardless of how often it's referenced, it will get downloaded once for each reference.

                For example: On cnn.com, the little red bullet image gets downloaded 33 times instead of one time.

                This causes major inefficiency on the client end, and unnecessary load on our server.