How to encrypt php code?
Posted in Help the coder! on Apr 19, 2009 at 14:16 IST (about 1 year ago). Subscribe to this post
Email
Showing comments 1 to 5 of total 5 on page 1 of 1
Post replyShowing comments 1 to 5 of total 5 on page 1 of 1
« Previous1Next »
zerotraceRank: 332
I need to encrypt my PHP code that nobody can view the source code. Can anybody help me to do:
1. Encrypt my PHP code without affecting the software functioning.
2. I need to bind the software for a particular authorized PC.
How can I do that? pls help!
Posted by zerotrace on Sunday, April 19, 2009, 2:16 pm
robertmaleRank: 579
What you may be looking for is not cryptography per se, but rather obfuscation. If you Google for "php obfuscate", many choices show up. The first one is from Raizlabs.
Posted by robertmale on Monday, April 20, 2009, 4:32 am
twinkynetRank: 580
SourceGuardian will do what you want.
Posted by twinkynet on Tuesday, April 21, 2009, 10:45 am
testRank: 78
Duplicate of the following previously discussed questions on SO:
http://stackoverflow.com/questions/232736/code-obfuscator-for-php
Posted by test on Tuesday, April 21, 2009, 12:25 pm
anniechangRank: 246
you should find something useful here:
Posted by anniechang on Wednesday, April 22, 2009, 10:03 am
Pages: « Previous1Next »