密码/解密Java和C#之间的消息

时间:2021-12-23 18:25:08

I have 2 programs: 1st - is in Java, 2nd - is in C#.

我有2个程序:第一个 - 在Java中,第二个 - 在C#中。

I need to exchange data between them safely. I need to cipher data in Java, and decipher in C#.

我需要安全地在它们之间交换数据。我需要在Java中加密数据,并在C#中进行解密。

Please help me. I don't need 3rd party libraries. Alternatively, please give me the best 3rd party solution.

请帮我。我不需要第三方库。或者,请给我最好的第三方解决方案。

1 个解决方案

#1


0  

BouncyCastle has encryption implementations in both Java and C#; I believe they should play well together.

BouncyCastle在Java和C#中都有加密实现;我相信他们应该在一起玩得很好。

#1


0  

BouncyCastle has encryption implementations in both Java and C#; I believe they should play well together.

BouncyCastle在Java和C#中都有加密实现;我相信他们应该在一起玩得很好。