This component will convert string to HMAC-SHA1 hex value and hex to base 64.
It helps to generate request signature. Generally used in payment integration.
The requestSignature is a server-side generated HMAC-SHA1 hash of the payment parameters, using the provided accessKey, which ensures the payment data used in the SDK call on the merchant page has not been tampered with.
requestSignature
accessKey