Request Encryption Using AES
All API requests must be encrypted using AES (ECB mode, PKCS5Padding)Required Imports#
Encrypt Function#
Generate SecretKeySpec#
Decrypt Function#
Developer Tips#
Remove double quotes from plaintext before encrypting
Avoid trailing whitespaces in the encrypted string
Ensure encrypted payloads are passed in the correct request field (e.g., payload
, requestData
)
Modified at 2025-05-23 21:48:21