开发者

Password/Key protection

开发者 https://www.devze.com 2022-12-24 23:47 出处:网络
I am implementing payment gateways and I need to protect its key and password for security reason. Also some web-services keys and password in 开发者_开发问答ASP.NET.

I am implementing payment gateways and I need to protect its key and password for security reason. Also some web-services keys and password in 开发者_开发问答ASP.NET.

Any ideas on how to implement them?


You can encrypt/decrypt using RSA Encryption. It's a secure way and uses asymmetric cryptography.

  • In JavaScript you can use RSA In JavaScript by ohdave
  • And in ASP.NET you can use this implementation
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号