PRODUCTS
Overview
Sensitive Information
1min
There are many sensitive information In report product, for example, the enquiryCpf present in each reports, and the cpfNumber in the identity report.
Due to the presence of scenarios where partners require backtracking, we have encoded this using the AES symmetric encryption algorithm. and the encrypted key should be the secretKey in the credentials used by you go on boarding, you can contact Klavi business personnel([email protected]) to create it.
Before you use secretKey, you must replace all - to blank, for example:
key = strings.ReplaceAll(secretKey, "-", "")
If your secretKey is d41faae9-fccb-46df-8fbe-025b3fe722b9, then the key is d41faae9fccb46df8fbe025b3fe722b9
You can refer to the example code below to decode it.


Updated 29 Sep 2024
Did this page help you?