Get desktop application:
View/edit binary Protocol Buffers messages
CryptionService is used to encrypt or decrypt data.
Encrypt data
EncryptRequest is the request to encrypt data.
The cryption service name, e.g. 'aliyun.kms'
Required. Raw plaintext.
Required.
EncryptResponse is the response of the `Encrypt` method.
The encrypted text
The id of the key used to decrypt this text.
The version of the key
The request id of Encrypt
Decrypt data
DecryptRequest is the request of the `Decrypt` method.
The cryption service name, e.g. 'aliyun.kms'
Required. The encrypted text
DecryptResponse is the response of the `Decrypt` method.
Raw plaintext.
The id of the key used to decrypt this text.
The version of the key
The request id of Decrypt