Encrypt
    • PDF

    Encrypt

    • PDF

    Article summary

    POST /kms/v1/keys/{keyTag}/encrypt

    Encrypt up to 32 KB of data with the current version of the key. It can only be requested as an AES256 or RSA2048 key type.

    Request

    Request parameters

    Parameter NameTypeAdditional Information
    x-ncp-apigw-timestampHeader(Required)
    x-ncp-apigw-signature-v2Header(Required)
    x-ncp-iam-access-keyHeader(Required)
    keyTagPath(Required)
    plaintextBody: String or String listBase64 Encoded text(Up to 32KB)
    contextBody: StringBase64 Encoded text(Up to 50B). Can only be used as a key to apply convergent encryption

    Request body

    {
      "plaintext": "string",
      "context": "string"
    }
    

    Response

    Response body

    {
      "code": "string",
      "data": {
        "ciphertext": "string"
      }
    }
    

    Was this article helpful?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.