amzn / amazon-pay-sdk-csharp

Amazon Pay C# SDK
https://payments.amazon.com/developer
Apache License 2.0
48 stars 42 forks source link

Provide RSA decryption for registration key sharing #13

Open mgesing opened 7 years ago

mgesing commented 7 years ago

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.

bjguillot commented 7 years ago

Thank you for the suggestion.