如题,现在有一个C#实现的web service,有一个python实现的客户端要与之通信,消息使用rsa加密,如何完成?
webservice python c# rsa
C#用 RSACryptoServiceProvider ,Python用pycrypto模块。
RSACryptoServiceProvider
不过实话说,你其实不该用RSA加解密消息本身的,RSA只应该拿来做密钥交换。
C#的WebService,如何在Response的HttpHead里添加自定义元素?
WebService序列化失败
Python:C#如何调用python脚本
Python RSA 公钥加密结果不一致
post 请求获取 json
post上传完 返回format: request Content-Type isn't mu...