$key = file_get_contents('http://keyserver.pramberger.at/pks/lookup?op=get&search=uid');
在'$key'
变量中获取公钥后,我需要使用此公钥加密数据。
关键必须从----开始pgp块---结束pgp块----。
如何在php中完成这项工作?
答案 0 :(得分:1)
也许有关Encryption and Decryption using PHP and GnuPG(通过Google找到)的文章可以帮助您。
还有PHP module与GnuPG互动。
Afaik,GPG与PGP兼容。