Verify encryption key

Verify encryption key between backend and users.
You can use the API to send (plain_info, encrypted_info, encryption_iv) information to backend with your AES key
and verify whether your AES key is prospective with the one on backend.

Body Params
string
required

Plain string.

string
required

Encrypted info with your symmetric encryption key, and in base64 encoding.

string
required

Symmetric encryption iv in base64 encoding, must be 16 bytes.

Responses

Language
Credentials
OAuth2
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json