Content is empty
If you don't find the content you expect, please try another search term
Last updated:2020-11-20 17:20:01
Kingsoft Cloud Key Management Service (KKMS) provides API operations and online tools for you to encrypt and decrypt data with a maximum size of 4 KB based on your business needs.
Online tools are suitable for encrypting and decrypting a small amount of data at a time. For example, you can use the tools to generate a certificate key in ciphertext for the first time.
1.Select a customer master key (CMK).
2.Click Encrypt or Decrypt.
3.Enter the data to be encrypted or decrypted.
4.Click Start.
5.Click Download to save the encryption or decryption result to your local PC.
Envelope encryption is an encryption method similar to digital envelope technology. Envelope encryption allows you to store, transfer, and use encrypted data by encapsulating their data keys in an envelope, instead of directly encrypting or decrypting data with a CMK.
1.Encrypt and decrypt large files: The KKMS API allows you to encrypt and decrypt data with a maximum size of 4 KB.
2.Encrypt and decrypt local files.
Icon description
Encryption process
1.Create a CMK.
2.Call the GenerateDataKey API operation of KKMS to generate data keys, including a plaintext data key and a ciphertext data key.
3.Encrypt a file by using the plaintext data key to generate a ciphertext file.
4.Store the ciphertext data key and ciphertext file together in a persistent storage device or service.
Decryption process
1.Read the ciphertext data key and ciphertext file from the persistent storage device or service.
2.Call the Decrypt API operation of KKMS to decrypt the ciphertext data key. A plaintext data key is generated.
3.Decrypt the ciphertext file by using the plaintext data key.
Pure Mode