- Lightweight encryption can be selected for tasks prioritizing speed and efficiency.
- Stronger encryption protocols are available for handling highly sensitive data requiring enhanced protection.

Side-channel attack resistance
Some confidential execution platforms, such as Trusted Execution Environments (TEEs), rely on hardware to secure data. This approach has exposed them to side-channel attacks, such as sgx.fail, which can leak or manipulate data and weaken confidentiality guarantees. In contrast, Arcium’s Cerberus protocol relies on computational and information-theoretic security, ensuring that even a majority of malicious participants cannot extract or falsify information, provided security assumptions hold. Some MPC implementations can be susceptible to timing attacks, where attackers infer information from processing-time variations. Arcium mitigates this class of risk with constant-time operations.For implementation details on encrypting data in your application, see the Encryption overview.