←back to thread

201 points sdsantos | 2 comments | | HN request time: 0s | source
Show context
rasengan ◴[] No.45119055[source]
Shameless plug: VP.NET [1] runs in a trusted execution environment (enclave) so you can verify it is doing what it is supposed to do and not anything else!

[1] https://vp.net/l/en-US/blog/Don%27t-Trust-Verify

replies(2): >>45119515 #>>45120550 #
1. ranger_danger ◴[] No.45120550[source]
no you can't... you can verify what something is doing, but there's no guarantee it's the same code routing your VPN requests, or that nothing else on the network/server is listening/forwarding your traffic elsewhere.
replies(1): >>45121762 #
2. rasengan ◴[] No.45121762[source]
You can since the enclave attests to what is running!

This is also coupled with the crypto and NAT occuring in-enclave with various timing/obfuscations. It's verifiably private.