mini-tor icon indicating copy to clipboard operation
mini-tor copied to clipboard

proof-of-concept implementation of tor protocol using Microsoft CNG/CryptoAPI

Results 7 mini-tor issues
Sort by recently updated
recently updated
newest added

Anyone managed to get this to work with v3 services ? Always getting "Hidden service descriptor is invalid..." on whatever .onion v3 address I try. I checked them in tor...

using visual studio 2019 i'm make project as dll. when running dll repeat connect_again: while (tor.get_hop_count() < hops) { // // first hop. // if (tor.get_hop_count() == 0) tested windows...

I'm trying to establish an HTTPS connection to a Tor resourse, for example https://3g2upl4pq6kufc4m.onion. Connection fails while performing the TLS handshake. Meanwhile HTTPS connection to common websites is ok. It...

There appears to be no documentation on how to use the "lib" branch of Mini-Tor. I've tried compiling it into my messaging app several different ways, and I always seem...

in `` std::char_traits moved from `` to ``. Solution: ``` //#include // std::char_traits #include // std::char_traits ```

1. _recv_cell_loop_thread is started to run function _recv_cell_loop. But when a received cell is invalid. _recv_cell_loop calls close(). Because the state cannot be closing, so it would call _recv_cell_loop_thread.join and...

Mise a jour pour le faire fonctionné en 2025 avec l'ajout de la prise en charge python j'ai fait la demande de correction sur openHands :)