I’ve spent a fair amount of time researching how to sign data in PHP with a .NET generated RSA Private key that has been exported in XML format. There are many ‘half baked’ solutions out there that can only provide half of the functionality or that use exec or shell_exec to call on other components […]
The post Using PHP to Encrypt, Decrypt, Sign & Verify Data with a .NET generated XML RSA Key appeared first on CodeBlog.