Quote:
Originally Posted by SmokeyTheBear
the way to stay truly anonymous is to encrypt the request and have encrypted results sent back to you, thus youir isp could still listen in but it would all be gibberish
|
If you just want to get past your ISP, you could write some sort of proxy script that converts all http:// URLs to
https://proxysite.com?url=... format. All communication between the browser and proxy site is encrypted. Of course the host will be able to see your traffic.......