473,387 Members | 1,318 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

RSAOAEPKeyExchangeFormatter and RSAPKCS1KeyExchangeFormatter

Hi,
I want to generate a RSA KEY,
why have we two methode to generate it?
there was based on which algorithm?
and can we recupere the private key.
thanks for any help
Ilham
Nov 15 '05 #1
1 1952
These classes are intended for secure key exchange between two or more
particpants. The exchanged key can be whatever byte stream you want. RSA is
used to secure the exchange.
If your goal is to generate a new RSA key, you should instantiate the
RSACryptoServiceProvider class. If you want to retrieve the public key, or
the public and private key, you must later use the
RSACryptoServiceProvider.ExportParameters() method.

"namri" <na***@itrec.com> wrote in message
news:07****************************@phx.gbl...
Hi,
I want to generate a RSA KEY,
why have we two methode to generate it?
there was based on which algorithm?
and can we recupere the private key.
thanks for any help
Ilham

Nov 15 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Mike Tinnes | last post by:
I've trying to use the public/private key framework in C# and been unable to successfully use RSA and RSAOAEPKeyExchangeFormatter to create a secret key under 98. I'm trying to exchange a plaintext...
0
by: namri | last post by:
Hi, I want to crypt a message with RSAPKCS1KeyExchangeFormatter with a RSAKey that I have. The only way that I see to do it is to get an initialize RSAPKCS1KeyExchangeFormatter with an instant...
14
by: Bryan | last post by:
Hey guys, I've been fighting with trying to use RSA to encrypt data in Java and decrypt the data in C#. I've been able to create an X.509 certificate using makecert and successfully access it...
4
by: viduras | last post by:
Hi, Is there any way in .NET/C# where double encryption can be used in exchanging a symmetric key ? If I ellaborate it further, say in a client server application, the symmetric key that...
4
by: Bryan | last post by:
Ok .. im writing both a server and client aplication that need to be encrypted. I want to use the RSA Key exchange technique .. i think it resides in...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.