Shoutbox

Anonymous Program Opinions - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Anonymous Program Opinions (/showthread.php?tid=49402)

Anonymous Program Opinions by DJeX on 08-23-2005 at 11:01 PM

I'm working on an Anonymous surfing program that will use anonymous proxys to mask your ip and info. As I already know you can never bee 100% anonymous but this program will still help.

Right now I'm stuck on one thing. I'm not sure what way I should implement my proxy into my internet connection. Since I want it for all ports (FTP, Mail, HTTP, ect.) I need it to route all traffic through my program.

Here are my options of use:

1. Use the built in Internet Explorer Proxy server.
2. Use a LSP (Winsock Layered Service Provider).
3. Try and use Inet's proxy or route through WinSock with proxy IP.
4. Other (you tell me a better way)

So I'm not sure which would be the best way to do it. Any info would be great.


RE: Anonymous Program Opinions by ShawnZ on 08-23-2005 at 11:05 PM

I'd go with LSP.


RE: Anonymous Program Opinions by [MR] on 08-23-2005 at 11:28 PM

quote:
Originally posted by DJeX
2. Use a LSP (Winsock Layered Service Provider).
i think it will turn out to be a good browers but i would also go with that
RE: Anonymous Program Opinions by DJeX on 08-23-2005 at 11:41 PM

An LSP was my pick too. I'm just wondering now how to make an LSP. Humm :P Does it have to be in C++? or can I work it into a VB program.

Right now I'm makeing the program in VB just too see if it works well then later on I will program it in C++.