/    Sign up×
Community /Pin to ProfileBookmark

I want to encrypt my php code. I have looked at some by they use php to encrypt it. Is there an application that will work with php and apache to to encrypt the code? maybe an apache addon?

or what is a good way to encrypt the code? (Making live cd with a website on it but want to hide the php, portfolio)
thanks!!

to post a comment
PHP

4 Comments(s)

Copy linkTweet thisAlerts:
@Declan1991Jun 13.2008 — Whatever you do to encrypt your code, it will have to be unencrypted at some stage for the server to be able to interpret it. Because of that, it is utterly pointless trying to encrypt it because anyone with a reasonable knowledge of PHP can decrypt it.

What you can do is make your code very difficult to follow (still pointless), gzip it (pointless too), which will deter the user with very little knowledge. Can you not present you portfolio online?
Copy linkTweet thisAlerts:
@NogDogJun 13.2008 — [url=http://www.zend.com/en/products/guard/]Zend Guard[/url] is probably the most widely used that is not simply a bunch of PHP eval/base65_decode commands (which besides be decodable are a significant performance hit).
Copy linkTweet thisAlerts:
@ayveghJun 16.2008 — [url=http://www.zend.com/en/products/guard/]Zend Guard[/url] is probably the most widely used that is not simply a bunch of PHP eval/base65_decode commands (which besides be decodable are a significant performance hit).[/QUOTE]
Pardon my non-knowledgeable-ness, but can you point me to a good description of base65?
Copy linkTweet thisAlerts:
@NogDogJun 16.2008 — Typo on my part, I meant [url=http://www.php.net/base64_decode]base6[b]4[/b]_decode()[/url].
×

Success!

Help @BrutusUnix spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...