Confidential Vault
Privasys · Cryptography
SGXWASM
Attestation verified
About
Confidential Vault provides hardware-grade secrets management without dedicated security modules. Keys are split using Shamir secret sharing, sealed to the enclave measurements, and never exist in cleartext outside the trust boundary. Access is controlled through customisable policies, and every connection is verified through remote attestation.
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.