tencent cloud

Sensitive Data Encryption Guide
Last updated:2026-02-28 11:45:59
Sensitive Data Encryption Guide
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

Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback