Overview

ZOLOZ supports two gateway connection methods: public/private key access and AK/SK access. Clients can choose the appropriate method based on their actual business needs.

Comparison

Public/Private Key

AK/SK

Security

High security. Supports data encryption and signing, as well as encrypted data transmission.

Relatively high security. Supports data signing only, ensuring data security through HTTPS and signing.

Implementation Complexity

It requires generating and managing key pairs, which poses a relatively high technical barrier and involves a certain learning curve.

Straightforward to implement, it supports multiple AK/SK pairs and remains flexible and simple to manage—qualities that make it the industry’s preferred approach.

Scenarios

For scenarios with extremely high security requirements like finance and healthcare.

For most general API call scenarios.