SpiderPhp

Just another WordPress weblog

How Do I Decrypt A Pgp Encrypted File Using Php?

Posted Thursday, June 11th, 2009
Tags: , , ,
Posted in Uncategorized | 2 Comments »

I need to generate a key for a vendor, which they will use to encrypt a file with PGP. When I receive the file from them, I need to decrypt it using PHP. What’s the best way to generate the keys and decrypt the file?