开发者

How can I encrypt and decrypt PDF with PHP?

开发者 https://www.devze.com 2023-03-09 03:57 出处:网络
I need to encrypt and decrypt (using a secret key) docume开发者_开发问答nts (namely pdf). Is there any snipet in php?I found the solution: http://www.codediesel.com/php/encrypting-uploaded-files-in-ph

I need to encrypt and decrypt (using a secret key) docume开发者_开发问答nts (namely pdf). Is there any snipet in php?


I found the solution: http://www.codediesel.com/php/encrypting-uploaded-files-in-php/


PHP has a GnuPG module you can use.

0

精彩评论

暂无评论...
验证码 换一张
取 消