Skip to main content
POST
Encrypt data using PQC

Encrypt Data Using Post-Quantum Cryptography

This endpoint encrypts data using a provided public key and the selected post-quantum cryptographic scheme.

Request Body

You must provide the data to encrypt and the public key.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
raw_data
string
required
public_key
string
required

Response

Encrypted data successfully created

encrypted_data
string