Hi, I need to have some data crypted and sent via email, and the customer has PGP (international, the latest version) installed.
Is there any library that could do that? Any suggestion?
I though to write the data to a file, run a bash session (i'm under linux) with an external program, and then erase the file and send the results to the email address. But, if it could be all done in PHP it would be a lot better.
Thank you in advance.
Duccio Gasparri.