perezf Posted January 18, 2008 Share Posted January 18, 2008 Is it possible to encrypt files when uploading them using php? Quote Link to comment https://forums.phpfreaks.com/topic/86651-php-question/ Share on other sites More sharing options...
Daniel0 Posted January 18, 2008 Share Posted January 18, 2008 PHP Answer: No, but you can do it when they are uploaded. Quote Link to comment https://forums.phpfreaks.com/topic/86651-php-question/#findComment-442815 Share on other sites More sharing options...
GingerRobot Posted January 18, 2008 Share Posted January 18, 2008 PHP Answer: No, but you can do it when they are uploaded. Haha, a PHP answer to a PHP question on a PHP forum? Surely not! Quote Link to comment https://forums.phpfreaks.com/topic/86651-php-question/#findComment-442829 Share on other sites More sharing options...
perezf Posted January 18, 2008 Author Share Posted January 18, 2008 So what exactly happens to the file once it is encrypted for instance, they asked me to encrypt their pdf's Quote Link to comment https://forums.phpfreaks.com/topic/86651-php-question/#findComment-442838 Share on other sites More sharing options...
Daniel0 Posted January 18, 2008 Share Posted January 18, 2008 What kind of encryption do you want? PDF has built in support for encryption. Or do you want to encrypt it with e.g. PGP? Quote Link to comment https://forums.phpfreaks.com/topic/86651-php-question/#findComment-442842 Share on other sites More sharing options...
perezf Posted January 18, 2008 Author Share Posted January 18, 2008 I need to encrypt the files after they are uploaded using a php upload, the person i need to do it for wants the files encrypted so not everyone can have access Quote Link to comment https://forums.phpfreaks.com/topic/86651-php-question/#findComment-442844 Share on other sites More sharing options...
Daniel0 Posted January 18, 2008 Share Posted January 18, 2008 Check out this: http://php.net/mcrypt http://php.net/gnupg Quote Link to comment https://forums.phpfreaks.com/topic/86651-php-question/#findComment-442850 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.