TomT Posted August 19, 2009 Share Posted August 19, 2009 Hi is there any free or very low cost way to encrypt my php pages ? Ideally I'd like to restrict the pages to a specific IP address and possibly time out on a selected date. This site http://encrypted-php.com/ seems to offer this, but it won't work due to my PHP version. The pages I've written work on a specific device, that has Apache and php preloaded so I can't upgrade the PHP version. Details from phpinfo() PHP Version 4.3.10 This program makes use of the Zend Scripting Language Engine: Zend Engine v1.3.0, Copyright © 1998-2004 Zend Technologies with the ionCube PHP Loader v3.1.34, Copyright © 2002-2009, by ionCube Ltd., and with the ionCube PHP Accelerator v1.3.3r2, Copyright © 2001-2002, by Nick Lindridge Any ideas ?? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/170968-encrypting-php/ Share on other sites More sharing options...
TomT Posted August 21, 2009 Author Share Posted August 21, 2009 Anyone offer any advice on this ? Quote Link to comment https://forums.phpfreaks.com/topic/170968-encrypting-php/#findComment-903249 Share on other sites More sharing options...
Daniel0 Posted August 21, 2009 Share Posted August 21, 2009 It's not really possible. Because PHP's interpreter will need the code in plain text, it will always be possible to circumvent the encryption and intercept the plain text code. You can at best make it more difficult to get to it. Quote Link to comment https://forums.phpfreaks.com/topic/170968-encrypting-php/#findComment-903257 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.