This is a discussion on anonymous surf within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hello, i'd like to create a website which could permit me to surf anonymously. As a result, when i ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
i'd like to create a website which could permit me to surf anonymously. As a result, when i will connect to my website it would browse the web in my place, sending me data in an encrypted way. Then, the administrator of my computer would see an encrypted communication with only one website, and nothing else. I think that an SSL connection with my future site could be a good solution to encrypt data. But I wonder how could I transmit a web page correctly. If I transmit a web page through SSL it will work but the links will force my browser to download in an insecure way. A script can translate each link of the page to tell my website to retrieve itself the good data. But it can only work for simple pages. complex webpages, forum posting, flash websites can't work with this solution. That's why I ask you if you have an idea ? Is there an application that works like a "remote browser" ? or a kind of "tunnel" for this strange browser ? Is it the role of a proxy ? Thank you Yohan |
|
|||
|
John wrote:
> > Then, the administrator of my computer would see > an encrypted communication with only one website, > and nothing else. > You think? Then she's not very competent. > If I transmit a web page through SSL it will work but > the links will force my browser to download in an insecure way. > I'm not going to advise you how to breach your security policy, but I can tell you it is possible, though it's not a PHP question. C. |