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.
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.
精彩评论