How can I encrypt and decrypt PDF using PHP?

I need to encrypt and decrypt (using a secret key) documents (namely pdf). Is there any snipet in php?

+3
source share
2 answers

PHP has a GnuPG module that you can use.

+1
source

All Articles