English 中文(简体)
如何创建RSA 采用可与C#或反之亦然的假装钥匙配对?
原标题:How Create RSA Encryption key pairs using python that is comaptible with C# or vice versa?

实际上,我已开始在Sharma和C#(NET 3.5框架)中建立客户网络服务。 所有请求均载于《持久性有机污染物登记册》,因此,我决定采用C#一侧的公用钥匙和在Avre的加密数据,再一次从使用私人钥匙和安放器的伪装数据中发送我的加密数据;在C#一侧使用公用钥匙进行加密。

But the problem here is that keys i hav generated in C# side that is in ... xml format that is not support in python. I have also tried from python to generate key pair, that are not working C# side..

我在网上搜索了,找到了一些解决办法,但没有任何效果。

Can Any tell me how to generate key pairs that work on both side...? Also tell me the format of key generated on both sides.. If you have any related info or KB regarding RSA encryption please share here with me..

最佳回答

请看一下PyOpenSSL,或许最好使用标准HTTPS服务。 您可以使用与PyCurl和urllib.url open和其他网上客户签署的SSL证书。

Urllib and validation of server certificate one of the examples.

问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签