amazon-pay-sdk-csharp icon indicating copy to clipboard operation
amazon-pay-sdk-csharp copied to clipboard

Provide RSA decryption for registration key sharing

Open mgesing opened this issue 7 years ago • 1 comments

As documented in "PWA Merchant Registration Integration Guide_Version 1.2.pdf". Provide a publicKey and a method to decrypt the encrypted payload data. Do not reference the OpenSSL library for it. Use native .NET framework resources for RSA like RSACryptoServiceProvider instead.

mgesing avatar Jul 25 '17 08:07 mgesing

Thank you for the suggestion.

bjguillot avatar Jul 25 '17 17:07 bjguillot