|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Assymetric encryption - building an interopable solution that works with .NET/Java/OpenSSLHi,
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> Does the following information help? :
http://www.jensign.com/JavaScience/dotnet/RSAEncrypt - Mitch Gallant MVP Security "mathew mathew via .NET 247" <anonym***@dotnet247.com> wrote in message news:%235GvEz0IFHA.1396@TK2MSFTNGP10.phx.gbl... where the data is decrypted using openssl libraries. The public/private keys are generated with openssl routines.> 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, Show quoteHide quote > > 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>
Assembly.Load fails after assembly preloaded using Assembly.LoadFrom (v1.1.4322)
IIS Authentication Problem? AddDomain with FullTrust get remote server's SSL public key SignedXml fails under .NET 2.0 Beta WinForms App Security Error .NET thin control & IE PrincipalPermission.Demand() returns: Request for principal permission failed Help on Data Security choice ? StrongNameIdentityPermission and Web Services |
|||||||||||||||||||||||