hackalive Posted September 1, 2012 Share Posted September 1, 2012 Hi guys, I am looking for a PHP script that encrypts a file on upload - not just convert it to base64 but actually use PHP's implementation of AES-256 to encrypt the file. I've been looking around and not really found anything that does what I want or explain what they are doing clearly enough for me to modify. Also I don't want to be using things like Zend Framework. So if anyone can point me in the right direction (even just the steps I need to take as bullet points or whatever) I'd be very grateful. Cheers Quote Link to comment https://forums.phpfreaks.com/topic/267887-encrypt-on-upload/ Share on other sites More sharing options...
hackalive Posted September 1, 2012 Author Share Posted September 1, 2012 As a PHP question I do feel it does not belong here under misc. Quote Link to comment https://forums.phpfreaks.com/topic/267887-encrypt-on-upload/#findComment-1374484 Share on other sites More sharing options...
xyph Posted September 1, 2012 Share Posted September 1, 2012 You aren't looking for PHP help, you want someone to provide or recommend a prebuilt solution Quote Link to comment https://forums.phpfreaks.com/topic/267887-encrypt-on-upload/#findComment-1374510 Share on other sites More sharing options...
hackalive Posted September 2, 2012 Author Share Posted September 2, 2012 I am actually just looking for someone to say how it could be done - what PHP functions in what order. Quote Link to comment https://forums.phpfreaks.com/topic/267887-encrypt-on-upload/#findComment-1374585 Share on other sites More sharing options...
Stooney Posted September 2, 2012 Share Posted September 2, 2012 http://pear.php.net/package/Crypt_Blowfish Quote Link to comment https://forums.phpfreaks.com/topic/267887-encrypt-on-upload/#findComment-1374733 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.