Encrypting or Decrypting Small Volumes of Data
Scenario
You can use online tools on the Key Management Service (KMS) console or call the necessary KMS APIs to directly encrypt or decrypt small-size data with a CMK, such as passwords, certificates, or phone numbers.
Restrictions
Currently, a maximum of 4 KB of data can be encrypted or decrypted in this way.
Encryption and Decryption Using Online Tools
- Encrypting data
- Click the alias of the target custom key to access the key details page. The Tools tab is displayed by default.
- Click Encrypt. In the text box on the left, enter the data to be encrypted, as shown in Figure 1.
- Click Execute. Ciphertext of the data is displayed in the text box on the right.
- Use the current CMK to encrypt the data.
- You can click Clear to clear the entered data.
- You can click Copy to Clipboard to copy the ciphertext and save it in a local file.
- Decrypting data
- You can click any non-default key in Enabled status to go to the encryption and decryption page of the online tool.
- Click Decrypt. In the text box on the left, enter the data to be decrypted. For details, see Figure 2.
- The tool will identify the original encryption CMK and use it to decrypt the data.
- If the key has been deleted, the decryption will fail.
- Click Execute. Plaintext of the data is displayed in the text box on the right.
- You can click Copy to Clipboard to copy the plaintext and save it in a local file.
- Enter the plaintext on the console, the text will be encoded to Base64 format before encryption.
The decryption result returned via API will be in Base64 format. Perform Base64 decoding to obtain the plaintext entered on the console.
Calling APIs for Encryption and Decryption
Figure 3 shows an example about how to call KMS APIs to encrypt and decrypt an HTTPS certificate.
The procedure is as follows:
- Create a CMK on KMS.
- Call the encrypt-data interface of KMS and use the CMK to encrypt the plaintext certificate.
- Deploy the certificate onto a server.
- The server uses the decrypt-data interface of KMS to decrypt the ciphertext certificate.
If you enter and encrypt text on the console, the text will be encoded to Base64 format before being transferred to the backend for encryption. The decryption result returned via API will be in Base64 format. Text encrypted via API cannot be decrypted on the console, or garbled characters will be returned.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot