Decrypting Apple Pay Payment Blob Using .NET – Part 1: Verify the signature
Series Intro: Decrypting Apple Pay Payment Blob Using .NET Step 1 on Apple’s guide for decrypting the payment blob is signature verification, which is done basically to make sure the message actually came from Apple and was not tampered with en route to us. That validates the integrity and authenticity of the message which checks […]