some questions about code protection

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
jaymoore_299
Forum Contributor
Posts: 128
Joined: Wed May 11, 2005 6:40 pm
Contact:

some questions about code protection

Post by jaymoore_299 »

Does encrypting the code make its execution slower?
If there is no way to protect the code securely, how can I at least make it as hard as possible?

When should one use obfuscation as opposed to encryption?
User avatar
blacksnday
Forum Contributor
Posts: 252
Joined: Sat Jul 30, 2005 6:11 am
Location: bfe Ohio :(

Post by blacksnday »

according to this discussion
viewtopic.php?t=40625

probably not, at least thats what I got out of it
Post Reply