Proctecting php code

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
oldtimer
Forum Contributor
Posts: 204
Joined: Sun Nov 03, 2002 8:21 pm
Location: Washington State

Proctecting php code

Post by oldtimer »

I ran accross this anyone ever here of them or something that will encrypt your code?

http://scriptstoprofit.com/codelock.php


I want to be able to distribute a package I have but not let the code get stripped out that ties into a gateway system.
microthick
Forum Regular
Posts: 543
Joined: Wed Sep 24, 2003 2:15 pm
Location: Vancouver, BC

Post by microthick »

No code encryption tool will ever be 100% secure, but in most cases I doubt your clients would attempt to decrypt the code.
User avatar
infolock
DevNet Resident
Posts: 1708
Joined: Wed Sep 25, 2002 7:47 pm

Post by infolock »

never heard of them though, but i bookmarked it. seems interesting enough , and they are offering some compensative package bundles for the price.
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Zend has a good product. I would trust theirs if any; they did build the php engine of course. It does however require the Zend Optimizer, a freeware program, in order to decode the encoded php source code.

More info: http://www.zend.com/store/products/zend-encoder.php
Demo: http://www.zend.com/store/products/safe ... -drive.php
Post Reply