Hi,
I need to encrypt a message in ASP.NET and POST it on to a PHP page. The PHP script will then decrypt the message and display it. So far I got the encryption to work using RSACryptoServiceProvider in C# using the private but I cannot seem to decrypt the message in php using openssl_public_decrypt. Can someone help me out with this.
Thanks,
Thomas
Encryption in ASP and Decryption in PHP
Moderator: General Moderators
- Maugrim_The_Reaper
- DevNet Master
- Posts: 2704
- Joined: Tue Nov 02, 2004 5:43 am
- Location: Ireland
Re: Encryption in ASP and Decryption in PHP
I suggest locating an RSA lib for PHP - PEAR should have something.