Request Encryption Using AES Copy
All API requests must be encrypted using AES (ECB mode, PKCS5Padding)Required Imports#
Encrypt Function#
Generate SecretKeySpec#
Decrypt Function#
**Encryption Secret Key : JaAnE1431042241474139605aholD
**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-09-25 14:52:03