SDKs
Reference
Client-side SDKs
You can use our client-side SDKs to perform encryption operations on the client, using an encrypt
function or by embedding UI Components to collect or display card data.
CLI
The Evervault CLI allows you to test and manage your Evervault integration from your terminal.
Get StartedServer-side SDKs
You can use our server-side SDKs to Encrypt data server-side, invoke Functions and decrypt data through Relay.
Note
Encrypting data with our server-side SDKs instead of Relay may expose you to greater compliance burden because plaintext data touches your server before it is encrypted.
Instead you can:
- Use a Relay to encrypt data before it reaches your server.
- Use our client-side SDKs to encrypt data before sending it to your server.