tencent cloud

eKYC

eKYC 정책
개인 정보 보호 정책
데이터 처리 및 보안 계약
문서eKYC

Sensitive Data Encryption Guide

포커스 모드
폰트 크기
마지막 업데이트 시간: 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


도움말 및 지원

문제 해결에 도움이 되었나요?

피드백