Tag: разработка

How to work with RAR-archives in C#?

From time to time, the task is to pack something, unpack it, and simply make an automatic storage unit. Collecting a selection of libraries: 1. SharpCompress SharpCompress is a fully managed C# library to deal with many compression types and formats. https://github.com/adamhathcock/sharpcompress 2. SevenZipSharp Managed 7-zip library written in C# that provides data (self-)extraction and …


Developments in C# under Tor

The task was to make a proxy through the tor, and I will keep interesting findings. Maybe they will be useful. 1. Tor.Net Reference to the repository: https://github.com/sharpbrowser/Tor.NET A managed library to use the Tor network for SOCKS5 communications. Launching a new Tor process: 2. SocksWebProxy Reference to the repository: https://github.com/postworthy/SocksWebProxy SocksWebProxy is a C# …