Secure Analytics
Privasys · Data Processing
TDXContainer
Attestation verified
About
Secure Analytics processes sensitive datasets inside Confidential VMs. Multiple data holders can contribute their private data to a shared computation without exposing it to each other or to the infrastructure operator. Only the aggregated results leave the trust boundary.
Verify this application
Connect to this application using any of our RA-TLS verification libraries. The attestation evidence is embedded in the TLS certificate and verified during the standard handshake.
# Python example
from ratls_client import RaTlsClient
client = RaTlsClient("service.example.com", 443)
response = client.get("/")Source code
This application is open source. Inspect the code, audit the builds, and verify that what runs inside the enclave matches what is published.