spesmilo / electrum

Electrum Bitcoin Wallet
https://electrum.org
MIT License
7.35k stars 3.06k forks source link

Electrum Android: many external sites that the app sends data to #7791

Closed jbrepogmailcom closed 2 years ago

jbrepogmailcom commented 2 years ago

Hello,

I have noticed there are many (possible tens of) external domains that electrum communicates with. Is there any list of all external sites and description what data does it send there? As it is not possible to do security check of external sites, I think it may be security risk if so many sites are utilized.

Jan

SomberNight commented 2 years ago

Right, depending on how you use the client, it initiates lots of connections for various reasons, including:

Is there any list of all external sites and description what data does it send there? As it is not possible to do security check of external sites, I think it may be security risk if so many sites are utilized.

This is free/libre software, you can review the source code: no security-critical data leaves the device, and as for privacy-critical data, we carefully try to balance it with the user-experience.