15 pts.
 RSA 1024 for Delphi and .NET
Hi All, I need to do public key encryption with certificates so that I can encrypt something in Delphi and pass it to a dot net app and have it decrypt. It needs to be RSA 1024. I have been able to do this in Delphi but not sure how to decrypt it in dot net. Does anyone having experience in doing this? Sample source will be helpful. Thanks

Software/Hardware used:
ASKED: April 13, 2009  7:04 AM
UPDATED: March 19, 2010  12:52 AM

Answer Wiki:
<a href="http://www.example-code.com/vbdotnet/rsa_encryptStrings.asp">Here's</a> an example
Last Wiki Answer Submitted:  April 13, 2009  7:48 am  by  alessandro.panzetta   9,695 pts.
All Answer Wiki Contributors:  alessandro.panzetta   9,695 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Thanks Alessandro.panzetta !!

Thanks for your quick response. I have visited many componets earlier for achiving this (including Chilkat). The requirement is not to use any 3rd party componenets.
I have developed my own application to generate a public key and signature in delphi. I do not have any experience to this in dot net.

I did tried googling but not been able found out specific communication between two applications.

 15 pts.

 

Hello, can you share your code, I have to do the same thing.
Thanks
Alejandro

 10 pts.