Hi, I'm using the crypto module to match my output...
# suitescript
s
Hi, I'm using the crypto module to match my output key encrypted with JWT, but it's not matching any inputs. How can I resolve this? JWT method: HMACSHA256( base64UrlEncode(header) + "." + base64UrlEncode(payload), sBrTqEy88 )
to store key I created API Secret in netsuite.
b