Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 299 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 299 Bytes

Cpp-RSA-AES-with-Csharp

a C++ demo base on Crypto++ that can decrypt values encrypt from C#

use .NET's XML RSA key make C++'s RSA and AES's result same as C#

一个基于Crypto++库的C++Demo,可以让C++的AES、RSA加密解密结果与C#一致。 使用.NET的XML RSA key

TODO: Java code.