![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
|
Hi, I am porting a client program from Java to .NET. In a nut shell I need to encrypt some data and send it over to a linux server, where the data is decrypted using openssl libraries. The public/private keys are generated with openssl routines. The Java program uses the following cipher, to encrypt data. -- Cipher.getInstance("RSA/ECB/PKCS1Padding", "BC"); -- Does anyone know what the equivalent implementation of this would be in .NET? And how would I import/create a CspContainer in Windows from the openssl generated public key? Many thanks! I must confess, I am getting a little bit lost with all the different terminology/standards used by these different vendors. ----------------------- Posted by a user from .NET 247 (http://www.dotnet247.com/) Id>Am8Z/YDoREqZkTa8YNiLDQ==</Id |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |