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
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.
Hello, can you share your code, I have to do the same thing.
Thanks
Alejandro