Re: decrypt the posted content

2019-11-20 Thread tomcat/perl
On 20.11.2019 10:26, Tillman Peng wrote: hello My client post the data body which is encrypted with public-key. the private key is deployed in web server,powered by mp2. How can I correctly decrypt the data with private key from within modperl handler? Hi. Do you have a separate command-line

decrypt the posted content

2019-11-20 Thread Tillman Peng
hello My client post the data body which is encrypted with public-key. the private key is deployed in web server,powered by mp2. How can I correctly decrypt the data with private key from within modperl handler? Thank you.