tencent cloud

eKYC

DocumentationeKYCIntegration GuideOther GuideSensitive Data Encryption Guide

Sensitive Data Encryption Guide

PDF
Focus Mode
Font Size
Last updated: 2026-02-28 11:45:59
This guide is applicable to scenarios where sensitive data transmission needs to be encrypted in the eKYC service API.
The official SDK currently supports Java and Go development languages. The usage steps are as follows:

Retrieve Encryption and Decryption SDK

Java:
Demo
Golang:
Demo

Using SDKs

Support for Importing Public Dependencies

<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.70</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.70</version>
</dependency>


Support for Importing Encryption and Decryption SDK

Download the latest release version jar package and introduce it into the project engineering.
Refer to the following API Demo to implement the sensitive information encryption and decryption feature.

API Sensitive Information Encryption and Decryption Demo

AI Face Shield (DetectAIFakeFaces): DetectAIFakeFaces


Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback