Jump to content
xisto Community
Sign in to follow this  
whafizi

Protect Your Codes protection from illegal copying

Recommended Posts

Do you know there are programs used to protect php codes from other eyes? this useful if you have shared hosting space with others and dont want your work is being copied by them.

it changes php codes from:

$password = "my_secret_password";

into something like this:

MúºVâ HÂźĂwĂĂLoTŸþÂVâĂÂĽĂŻĂHĹĂ

encrypted into humanly-impossible-to-read. this is possible by using encoders like Zend Security Suite:
http://www.zend.com/en/products/zend-guard

this tool can encrypt your php files thus preventing from others copying your work. it can also create licence and limitation such as trial programms. this is only needed if you are really serious about protecting your copyright.

but, it comes with high price and your server must have Zend Optimizer installed.

Share this post


Link to post
Share on other sites

I agree that this can be useful, but if you're careful and don't make things too obvious (for example, $password= "secretpassword" or something to that extent), you shouldn't really have problems with shared webspace. Plus, if you're sharing something with them, you really shouldn't have to hide this from them in the first place. XPBut yeah, I suppose it could be useful. And you can reverse the process, right? That is, turn the undecipherable symbols back into English, right? One more thing- you should make sure this Zend company isn't actively trying to break into others' websites. Be careful what you download.

Share this post


Link to post
Share on other sites

hehe... i just found out that Xisto.com has already installed ZendOptimizer!

 

I agree that this can be useful, but if you're careful and don't make things too obvious (for example, $password= "secretpassword" or something to that extent), you shouldn't really have problems with shared webspace. Plus, if you're sharing something with them, you really shouldn't have to hide this from them in the first place.  XP

Yeah, i agree 150% with u about that.

 

But yeah, I suppose it could be useful. And you can reverse the process, right? That is, turn the undecipherable symbols back into English, right?

nope. it is unreversable process. thus disabling hackers to do reverse engineering. before chiphering, make sure you keep the original.

 

One more thing- you should make sure this Zend company isn't actively trying to break into others' websites. Be careful what you download.

<{POST_SNAPBACK}>


? i dont understand? tell me more about it.

Share this post


Link to post
Share on other sites

? i dont understand? tell me more about it.

<{POST_SNAPBACK}>


I think that there are some companies that allow people to download these free scripts and stuff that code their passwords etc. However they add in a small piece of code that does somthing like sends all the passwords that it encrypts back to someone at the company allowing them to take over your website and any important info it may have in it like possibly credit card numbers or something. God knows why anyone would put that in a webpage but anyway. They could do that or they could just use your site to rip other people off in your name.

Share this post


Link to post
Share on other sites

I think that there are some companies that allow people to download these free scripts and stuff that code their passwords etc. However they add in a small piece of code that does somthing like sends all the passwords that it encrypts back to someone at the company allowing them to take over your website and any important info it may have in it like possibly credit card numbers or something. God knows why anyone would put that in a webpage but anyway. They could do that or they could just use your site to rip other people off in your name.

<{POST_SNAPBACK}>


hmm.. maybe...

but do you know who is zend.com?

they are the original creator of PHP language.

php.net and zend.com are both owned by them. php.net are open source oriented site, meanwhile zend.com are more to commercial oriented site, i think....

 

just to make sure you guys understand,

this apps not just encrypt the password, but all the content of php files into unreadable charactors. the main idea is nobody will be able to read your code or to copy them. the password encryption was only one of the sample.

Share this post


Link to post
Share on other sites

hmm.. maybe...

but do you know who is zend.com?

they are the original creator of PHP language.

php.net and zend.com are both owned by them. php.net are open source oriented site, meanwhile zend.com are more to commercial oriented site, i think....

<{POST_SNAPBACK}>


I didn't know that. In that case I'm sure they're program is legit. I mean, it's not like they would need to steal other people's sites and passwords and stuff. If they wanted to they could make tonnes just off PHP. Anyway do you know if they have any other Open Source software/languages out? PHP is so good that I would try almost anything they bring out (unless of course it's something that I have absolutely no interest in).

Share this post


Link to post
Share on other sites

what r u saying? i dont understand.

 

Other language? i dont think so. PHP itself is not easy to built and maintain.

<{POST_SNAPBACK}>


I didn't think that ther would be another language I just put that in incase. However I was just wondering if the company has brought out any other interesting and Open Source software which may be of use to me.

 

I don't think i'll be using Zend Safegard Suite anyway because I'm not stupid enough to put anything that important on my web pages.

Share this post


Link to post
Share on other sites

I don't think i'll be using Zend Safegard Suite anyway because I'm not stupid enough to put anything that important on my web pages.

<{POST_SNAPBACK}>


well you might think it that way, while others might not. in some manner, for an example, if you are selling php program, you might want the client to have a test drive and try it at their system, but might not want them to be able to see the true source code or make another copy or edit your php program.

 

what do you think?

Share this post


Link to post
Share on other sites

well you might think it that way, while others might not. in some manner, for an example, if you are selling php program, you might want the client to have a test drive and try it at their system, but might not want them to be able to see the true source code or make another copy or edit your php program.

 

what do you think?

<{POST_SNAPBACK}>


You've got a good point. I hadn't thought of people who were selling PHP programs. I doubt I will ever be imaginative enough to come up with a decent enough program to sell ^_^ but I'm sure others would find it very useful.

Share this post


Link to post
Share on other sites

php is server side code, it generate the html code to display the page, viewing the source wounldn't show say db information, example, just view this pages source, you don't see the php coding, just html code to display this. If you are talking about protecting php code that you distribute their are encoders yo can use, the downsite to using such encoders is the server must have software installed to read the encoded php files.

Share this post


Link to post
Share on other sites

Hi all, This hasn't got anything to do with php - but all other compiler based programming languages in general. Try the Aspose Code Obfuscator (http://www.aspose.com/) - it's free and it completely messes up your compiled code to prevent reverse engineering. Works on almost all kinds of compiled .exe-s. It shifts all string tables and embedded resources in your exe and makes it absolutely not worthwhile to decompile your code. Their site even has a Freeware Licensing Engine with which you can make distributable shareware which can be unlocked with a licensing code. Regards...

Share this post


Link to post
Share on other sites

if you want to protect usernames and password from those hackers, better build an personalize encryption code then encrypt it again with md5. for the whole pages??? wow it cost too much ;) better implement a nice programming habbit and a whole month bug testing than those commercial products ;)

Share this post


Link to post
Share on other sites

Hi,If your programming language is java then u can go for "OBFUSCATOR"there are lot of obfuscator are avaialble on the NET, it prevent the java class files(in the jars) from re-engineering.CheersArunkumar.H.G

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.