TorSharp icon indicating copy to clipboard operation
TorSharp copied to clipboard

Use Tor for your C# HTTP clients. Use Privoxy or .NET 6+ SOCKS support to proxy HTTP traffic.

Results 22 TorSharp issues
Sort by recently updated
recently updated
newest added

Sometime happens that the zip file is corrupted and the program crash. Is it possible to add the signature check of the downloaded files? and in case the crc test...

investigation

As mentioned by @MahmutYaman in https://github.com/joelverhagen/TorSharp/pull/38. A path like this causes problems: ``` C:\Users\username\Desktop\Yeni Klasör ```

bug
help wanted

Getting the following error while trying to run the code from MaxOs: Knapcode.TorSharp.TorSharpException: Cannot run Privoxy on Unknown OS and X64 architecture. OS description: Darwin 17.7.0 Darwin Kernel Version 17.7.0:...

enhancement
help wanted

Hi, I am using the example code of TorSharp initializing, but when I launch the program, Tor proxy is not starting. I mean It stuck at ``` Oct 31 18:24:17.000...

investigation

I would like to be able to point the client path directly at the pre-installed TOR executable, and simply run it, instead of downloading, unzipping, and uninstalling a new one...

question

Specifically, I'm using the `MultipleInstances` demo project. The variable `parallelInstances` is set to 4 by default. For this value and any other value over 2, I intermittently get the SEHException,...

bug
help wanted

I get the following error ``` System.NotSupportedException: The requested security protocol is not supported. at System.Net.ServicePointManager.ValidateSecurityProtocol(SecurityProtocolType value) at System.Net.ServicePointManager.set_SecurityProtocol(SecurityProtocolType value) at Knapcode.TorSharp.TorSharpToolFetcher.EnableSecurityProtocols() in /_/src/TorSharp/TorSharpToolFetcher.cs:line 229 ``` here's my code, copied...

investigation

This allow only run exists tor files (set TorSharpSettings.ZippedToolsDirectory and TorSharpSettings.UseExistingTools), because fetch and run code must be entire rewritten. Arm version can be downloaded here https://sourceforge.net/projects/tor-browser-ports/files/ but they have...

Hello, first of all excuse me for my English, I am trying to make a connection but I have 2 problems, first the TorData directory does not take me even...