tags:

views:

68

answers:

1

I am using Tor in my project. How can I force Tor to use a new identity from my program?

+2  A: 

Open a telnet connection to the control port of your Tor service and send it SIGNAL NEWNYM.

I expect you could use any Delphi telnet library. My first choice would be Indy; make sure you have the latest version.

Rob Kennedy
thanks for reply sir , can u please write some basic example how to send SIGNAL NEWNYM using indy ?
steve0
No, I can't do that. Feel free to post a new question about that.
Rob Kennedy
ok here it is http://stackoverflow.com/questions/3992774/how-to-use-idtelent1-to-send-commands
steve0