These endpoints are called by the client VPS (VPS 20) during file upload and download flows. The plain DEK never leaves the internal network unencrypted.
Wrap DEK
POST /api/v1/dek/wrapRequest body
string
required
The plain 32-bit Data Encryption Key to wrap.
Example request
Example request
Response 200
Response 400
Returned when the provided DEK is invalid or malformed.
Unwrap DEK
POST /api/v1/dek/unwrapRequest body
string
required
The 32-bit encrypted DEK (wrapped by the master key) to unwrap.
Example request
Example request

