razorpay / razorpay-python

Razorpay Python SDK
https://pypi.python.org/pypi/razorpay
MIT License
153 stars 81 forks source link

Need support for passing encrypted key + encrypted secret to the rzp client in python #246

Open ratnesh93 opened 1 year ago

ratnesh93 commented 1 year ago

UseCase: When integrating rzp client api , we need to pass api_key and api_secret, can we have client taking input as encrypted secret and encrypted key(optional) with the standard encryption algorithm name so that, razorpay can use same encryption algo to encrypt data at their end and validate the encrypted keys and secret which we will pass on python client