Slide 20
Slide 20 text
› Protect LINE Pay Servers
› HMAC-SHA256 Algorithm
› HTTP Method
› GET
› Signature = Base64(HMAC-SHA256(Secret, (Secret + URL +
Query Strings + nonce)))
› POST
› Signature = Base64(HMAC-SHA256(Secret, (Secret + URL +
Request Body + nonce)))
Hash Based Message Authentication Code
HMAC
Public API With HMAC