EXTREME Overclocking Forums
Home | Reviews | Forums | Downloads | $ EXTREME Deals $ | RealTime Pricing | Free Magazines | Gear | Folding Stats Newsletter | Contact Us


Go Back   EXTREME Overclocking Forums > Software Discussion > Programming, DBMS, HTML, Web Related
Register Forum Rules FAQ Search Today's Posts Mark Forums Read

Welcome Guest Visitor! Please Register, It's Free and Fun To Participate!
The EXTREME Overclocking Forums are a place for people to learn how to overclock and tweak their PC's components like the CPU, memory (RAM), or video card in order to gain the maximum performance out of their system. There are lots of discussions about new processors, graphics cards, cooling products, power supplies, cases, and so much more!

You are currently viewing our boards as a "guest" which gives you limited access to view most discussions. You need to register before you can post: click the register link to proceed. Before you register, please read the forum rules. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own pictures, and access many other special features. Registration is fast, simple, and absolutely free! To start viewing messages, select the forum that you want to visit from the selection below.

After you have registered and read the forum rules, you can check out the FAQ for more information on using the forum. We hope you enjoy your stay here!

Note To Spammers: We do not allow unsolicited advertising! Spam is usually reported & deleted within minutes of it being posted, so don't waste your time (or ours)!


Please Register to Post a Reply
 
Thread Tools
Old 06-10-2008, 09:42 PM   #1
Goanna
Good Morning Campers
Goanna's Avatar
Senior Member
 
Posts: 935
Last Seen: 05-19-2013
Age: 29
From: NYC area
iTrader: 33 / 100%
Free PHP Encryption tools?

Anyone know of a free encryption program for PHP scripts? Something like IonCube or Zend encryption, but without the cost .

I am thinking about distributing my shopping cart but I want to try and protect it's code as best I can.

I already found a licensing system on sourceforge that I am going ti implement into it for callbacks. But I would still like to encrypt most of the function pages (I would leave the HTML based pages alone so people can alter the site).
United States  Offline
    Register to Reply to This Post
Old 06-10-2008, 10:09 PM   #2
Fourth
Dimension, The
Fourth's Avatar
Senior Member
 
Posts: 2,448
Last Seen: 10-07-2011
Age: 27
From: Buffalo, NY
iTrader: 1 / 100%
http://turck-mmcache.sourceforge.net/

http://pobs.mywalhalla.net/

found on the second half of this source: http://www.seocompany.ca/software/fr...-software.html
United States  Offline
    Register to Reply to This Post
Old 06-10-2008, 10:38 PM   #3
ValueSize
Think Change.
ValueSize's Avatar
Senior Member
 
Posts: 1,153
Last Seen: 04-27-2013
Age: 24
From: Chicago IL
iTrader: 35 / 100%
I thought your cart was based on os-commerce. wouldn't encrypting it be pointless since if asked you would have to provide the source anyway? (I just did a quick skim of the GPLv3 and found this - "One of the fundamental requirements of the GPL is that when you distribute object code to users, you must also provide them with a way to get the source.")

I really need to just sit down and read through all of these different licenses so I know their differences.

The 2nd link fourth provided looked nicer to me.
United States  Offline
    Register to Reply to This Post
Old 06-11-2008, 08:56 AM   #4
Goanna
Good Morning Campers
Goanna's Avatar
Senior Member
 
Posts: 935
Last Seen: 05-19-2013
Age: 29
From: NYC area
iTrader: 33 / 100%
Quote:
Originally Posted by ValueSize View Post
I thought your cart was based on os-commerce. wouldn't encrypting it be pointless since if asked you would have to provide the source anyway? (I just did a quick skim of the GPLv3 and found this - "One of the fundamental requirements of the GPL is that when you distribute object code to users, you must also provide them with a way to get the source.")

I really need to just sit down and read through all of these different licenses so I know their differences.

The 2nd link fourth provided looked nicer to me.
It is, but it's very heavily modified.

I know others have taken oscommerce and made changes and offered it as a commercial version (CRE loaded for isntance, they have a free version and a few paid versions).

I will have to look into it some more. Perhaps I cant encrypt everything, but I should be able to encrypt the changes I have made on my own.

Fourth, thanks for the link. I am going to look those over now.
EDIT: Looks like you could actually use both programs together. You can use PHP Obfuscator along with an encoder/cache program. But the MMCache program does require a server install and it's not as popular as say Zend Encoder, so it would be a bit of a pain for customers to install it.

But, for another project I am working on, a community site that I do not intend on distributing, it might be worth doing just for security purposes.

Last edited by Goanna : 06-11-2008 at 09:07 AM.
United States  Offline
    Register to Reply to This Post
Old 06-11-2008, 09:45 AM   #5
Fourth
Dimension, The
Fourth's Avatar
Senior Member
 
Posts: 2,448
Last Seen: 10-07-2011
Age: 27
From: Buffalo, NY
iTrader: 1 / 100%
Quote:
Originally Posted by Goanna View Post
It is, but it's very heavily modified.

I know others have taken oscommerce and made changes and offered it as a commercial version (CRE loaded for isntance, they have a free version and a few paid versions).

I will have to look into it some more. Perhaps I cant encrypt everything, but I should be able to encrypt the changes I have made on my own.

Fourth, thanks for the link. I am going to look those over now.
EDIT: Looks like you could actually use both programs together. You can use PHP Obfuscator along with an encoder/cache program. But the MMCache program does require a server install and it's not as popular as say Zend Encoder, so it would be a bit of a pain for customers to install it.

But, for another project I am working on, a community site that I do not intend on distributing, it might be worth doing just for security purposes.
I was under the impression that Zend Encoder required a server install of Zend Optimizer anyway.
United States  Offline
    Register to Reply to This Post
Old 06-11-2008, 11:58 AM   #6
Goanna
Good Morning Campers
Goanna's Avatar
Senior Member
 
Posts: 935
Last Seen: 05-19-2013
Age: 29
From: NYC area
iTrader: 33 / 100%
Quote:
Originally Posted by Fourth View Post
I was under the impression that Zend Encoder required a server install of Zend Optimizer anyway.
Yeah, I meant to say Zend Optimizer, which is the decoder for Zend Encryption. Zend Optimizer is on alot of servers nowaday by default. Ioncube is even on some of them by default nowadays (Although, ioncube can be installed on the user's end if the hosting company refuses to install it).

The point I was trying to make is I have never heard of Trunk MMCache being installed on a server by default when you setup a hosting account, and I doubt a hosting company would bother installing it for a single client here and there, so it wouldnt be as well suited for a commercially available script as one of the other Optimizers (Zend, ioncube).
United States  Offline
    Register to Reply to This Post
Sponsored Links:
Please Register to Post a Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

All times are GMT -6. The time now is 07:00 AM.

Copyright ©2000 - 2011, Jelsoft Enterprises Ltd.
Powered by vBulletin
Copyright ©2000 - 2011, EXTREME Overclocking