How to Encrypt uploaded files in PHP

Hi guys,
am new to php can any one guide me . how can i Encrypt uploaded files in PHP.

Start by having a look at this library: https://github.com/defuse/php-encryption
You can use the File class to encrypt and decrypt files.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.