Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.

How to use Tor Network (TorExpertBundle) with CEF4Delphi

Post Reply
wbdeveloper
Posts: 18
Joined: Sun Jul 18, 2021 9:56 pm

How to use Tor Network (TorExpertBundle) with CEF4Delphi

Post 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.
User avatar
salvadordf
Posts: 4016
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

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

Post 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
wbdeveloper
Posts: 18
Joined: Sun Jul 18, 2021 9:56 pm

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

Post by wbdeveloper »

Hi

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