Codeigniter cannot be encrypted?

3 views
Skip to first unread message

jn

unread,
Sep 24, 2009, 8:21:50 PM9/24/09
to ZZEE PHPExe
In the sample application, it says Codeigniter can't be encrptyed
because it uses autoloading.

Is there any way around that? I really like that framework but I want
to protect my work.

Jason

Paul (ZZEE)

unread,
Sep 25, 2009, 6:40:37 AM9/25/09
to php...@googlegroups.com
Hi Jason,

You can overcome this if you remake your framework and include all needed
controller and view files as constants in each script to be executed, not
inside any block or function. But this kind of contradicts the idea behind
such frameworks.

If you opt not to encode PHP files, they are still protected but to lesser
degree than when they are encoded, and in theory they can get the source
of your scripts. When they are encoded, a hacker can't get the source of
PHP files in principle, all they can possibly get is those serialized
opcodes.

Reply all
Reply to author
Forward
0 new messages