About Booking AES Encryption
Overview
When calling the Booking interface, AES encryption is required for the requested requestBody. Before starting development, please make sure to contact the contact person to agree on the AES key.Encryption parameter description| parameter | value | Instructions |
|---|
| algorithm | AES | Advanced Encryption Standard |
| mode | CBC | Password group linking mode |
| filling method | PKCS5Padding | Standard filling method |
| Initialize vector | 16 byte empty array | All byte values are 0 |
| key length | 128/192/256位 | Need to negotiate with the contact person |
Important Notice
⚠️ Please note: The encrypted initialization vector (IV) uses an empty byte array of length 16 (all byte values are 0) Modified at 2025-12-02 12:09:09