-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Hi,
I don't know if it's possible to use Tor as a library, but there are a
few Java apps that communicate over Tor by launching a Tor process and
using it as a SOCKS proxy. Does that sound like what you're aiming to do?
Here's a quick rundown of wh
i want to say download and install from source . you can find it in (
https://www.torproject.org/download/download).
extract the tar file and read the README file for installation instruction.
you also need to install MSYS (http://www.mingw.org/category/wiki/autotools
), libevent, openssl, and zl
[...]
> install TOR client(Not Browser Bundle) and run it. Then socks port will
> open and you can connect from your program through TCP.
Could you please answer me more clearly ?
I read description of all TOR projects:
https://www.torproject.org/projects/projects
"Stem" project looks nice for me
install TOR client(Not Browser Bundle) and run it. Then socks port will
open and you can connect from your program through TCP.
On Tue, Dec 16, 2014 at 10:49 AM, Hollow Quincy
wrote:
>
> >> Hi all,
> >>
> >> I would like to write a C# application (IRC client) that is using TOR.
> >> I read a lot,
>> Hi all,
>>
>> I would like to write a C# application (IRC client) that is using TOR.
>> I read a lot, but I still don't know how can I run TOR proxy in
>> transparent way (from my c# code).
>>
>> I see that Tor Stem (https://stem.torproject.org/) can be used by
>> Python code or there are packag
1) connect TOR through socks port(localhost:9050 default) from your c#
application (TCP/IP)
2) Negotiate with TOR SOCKS( read https://www.ietf.org/rfc/rfc1928.txt
carefully).
Here is a simple c code .hope this will help..
//Create socket
On 2014-12-15 16:51, Hollow Quincy wrote:
> Hi all,
>
> I would like to write a C# application (IRC client) that is using TOR.
> I read a lot, but I still don't know how can I run TOR proxy in
> transparent way (from my c# code).
>
> I see that Tor Stem (https://stem.torproject.org/) can be used
Hi all,
I would like to write a C# application (IRC client) that is using TOR.
I read a lot, but I still don't know how can I run TOR proxy in
transparent way (from my c# code).
I see that Tor Stem (https://stem.torproject.org/) can be used by
Python code or there are packages for Linux, but not