Is it possible to parse the hmac_sha256 signature returned by the server

39 Views Asked by At

Made a client, initiated a consumption transaction, and signed the data to be sent with hmac_sha256. Whether the signature returned by the server can be parsed

I signed the data with hmac_sha256 and posted it to the server. It was successful and I received the signature returned by the server. How should I parse the returned signature?

0

There are 0 best solutions below