VP.NET is built on a foundation of zero-knowledge privacy. By publishing our SGX enclave source code, we enable users to:

  • Verify our no-logging policy through code inspection
  • Confirm that servers cannot access user data or traffic patterns
  • Validate that the code running on our servers matches this public repository
  • refalo@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    1 month ago

    Verify our no-logging policy through code inspection

    Couldn’t a network appliance, iptables or a bpf program still be logging and we’d have no idea?

    Validate that the code running on our servers matches this public repository

    Yes but AFAIK it can’t validate that the code you verified against is the same code actually powering your VPN session right now (could be a dummy box just used for validation), or that some other external hardware or superuser-level code isn’t also listening in. Someone please correct me if I’m wrong.

    • jet@hackertalks.com
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 month ago

      Someone please correct me if I’m wrong.

      You are 100% right. Also - SGX depends on explicit trust of Intel code signing, which is another externality that needs to be in the threat model.