views:

50

answers:

1

hi

I am implementing paymentgateways and I need to protect its key and password for security reason. also some webservices keys and password in asp.net.

Please help me to do as mention.

waiting for your valuable thought.

Thanking You.

A: 

You can encrypt/decrypt using RSA Encryption. It's a secure way and uses Public/Private keys. In JavaScript use http://ohdave.com/rsa/ And in asp.net you can use this: http://www.dotnetspider.com/resources/692-RSA-Encryption-C.aspx

desmati