Page 1 of 1

How to use Tor Network (TorExpertBundle) with CEF4Delphi

Posted: Sun Jul 18, 2021 11:36 pm
by wbdeveloper
Hello how are you salvadordf?

Could you share an example of how we can
to use Tor Network (TorExpertBundle) with CEF4Delphi?

I need to include anonymity and security in our payments module
that we are developing.

I searched here on the forum and found a topic
https://www.briskbard.com/forum/viewtopic.php?f=8&t=243

But it doesn't explain how to create a connection, change the IP and so on.

My security idea is that with each new payment, we will change the IP using the (TorExpertBundle),
Can you tell me if it is possible to choose the country of the IP, because I believe that
some international sites might not accept IP from different countries?

Thank you for your generous attention.

Graciously.

Re: How to use Tor Network (TorExpertBundle) with CEF4Delphi

Posted: Mon Jul 19, 2021 9:31 am
by salvadordf
Hi,

CEF can connect to the Tor Expert Bundle as a proxy but you also need to use the "Tor control protocol" if you want to change the external IP.

You'll have to implement that protocol from scratch because it's not part of CEF.

Read the Tor project documentation for more information :
https://2019.www.torproject.org/docs/documentation.html.en
https://gitweb.torproject.org/torspec.git/tree/control-spec.txt

Re: How to use Tor Network (TorExpertBundle) with CEF4Delphi

Posted: Mon Jul 19, 2021 9:31 pm
by wbdeveloper
Hi

Thank you so much.
I will study all documentation.
have a wonderful day.