256-bit End-to-End Encryption
All API requests submitted to the Vektor network are encrypted at rest and in transit using AES-256-GCM encryption.- In Transit: Data traveling between the client and the routing engine is secured via TLS 1.3.
- At Rest: Temporary memory states on the GPU during processing are cryptographically isolated.
Trusted Execution Environments (TEEs)
Vektor mandates that all Node Operators utilize hardware-level Trusted Execution Environments (such as NVIDIA Confidential Computing). A TEE creates a secure, isolated enclave within the GPU. When an inference request is processed:- The encrypted data enters the secure enclave.
- It is decrypted only inside the enclave.
- The neural network processes the data.
- The output is re-encrypted before leaving the enclave.