How to Secure Sensitive Information in VBCS Payment Integration from Browser Exposure?
Summary:
I’m integrating a payment solution into a VBCS application and need to securely generate signatures using SHA-256 encoding. However, sensitive information such as the secret key, access code, and identifier is being exposed in the browser's JavaScript source code and Network tab. I'm seeking advice on how to securely handle and hide this information within VBCS.
Content (please ensure you mask any confidential information):
I am currently working on integrating a payment solution with a Visual Builder Cloud Service (VBCS) application (Digital Customer Service - DCS). As part of this integration, I need to generate a signature using SHA-256 encoding. This process involves using sensitive information such as a secret key, access code, and identifier, which are provided by the third-party payment service provider.