yebekhe / NETBRIGHT

Fragment TLS "client Hello" packet into chunks in a simple manner
GNU General Public License v3.0
132 stars 19 forks source link

Request info about this app #8

Open serrq opened 1 year ago

serrq commented 1 year ago

I am not a computer scientist so I ask some things:

  1. To which remote server does Net Bright connect before reaching the desired destination?

  2. Can it work in conjunction with VPN and TOR? Or replace them altogether?

  3. If the app encrypts content before sending packages over the internet, who decrypts the data on the other side? With which key? Provided by whom?

  4. Is there a way to use NB (NetBright) on other operating systems?

  5. What is Load Balance?

  6. What cryptography algorithm is used to encrypt tunnel?

Forgive my misgivings but I need information before using this kind of app.

yebekhe commented 1 year ago

It's just fragmenting packets and does not connect anywhere. It will send packet data to Cloudflare or any CDN which you should set in the setting. You cannot use it with Tor. You can only use it with a V2Ray configuration that uses WebSocket and CDN. You can now use it on Android, and on other operating systems, you should run main.py using Python. In load balancing, NB fetches Cloudflare IP from my other repository and sends packet data each time to a unique IP address.

serrq commented 1 year ago

Thanks for the explanations.