473,320 Members | 1,848 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Obfuscating/Encrypting PHP

Hi,
I know there are a few free and paid php source code encryption
scripts around. Has anyone used one, and any feedback?

I am interested in encrypting source that is placed on a remote host.

--
Posted using the http://www.dbForumz.com/ interface, at author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.dbForumz.com/PHP-Obfuscat...ict187987.html
Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=634847
Jul 17 '05 #1
7 2001
DH
steve wrote:
Hi,
I know there are a few free and paid php source code encryption
scripts around. Has anyone used one, and any feedback?

I am interested in encrypting source that is placed on a remote host.


class.rc4crypt.php
from
http://cvs.sourceforge.net/viewcvs.p...s.rc4crypt.php

There is a different version of class.rc4crypt.php out there somewhere,
but i think the above version is easier to understand and work with.

Turn large text fields into blobs so that saved data doesn't get chopped
off.

Jul 17 '05 #2
Hello,

on 01/14/2005 10:18 PM steve said the following:
I know there are a few free and paid php source code encryption
scripts around. Has anyone used one, and any feedback?

I am interested in encrypting source that is placed on a remote host.


Encryptying is a bad idea.

You probably want a PHP compiler like RoadSend:

http://www.roadsend.com/

--

Regards,
Manuel Lemos

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/

Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html
Jul 17 '05 #3
"Manuel Lemos" wrote:
Hello,

on 01/14/2005 10:18 PM steve said the following:
I know there are a few free and paid php source code

encryption
scripts around. Has anyone used one, and any feedback?

I am interested in encrypting source that is placed on a

remote host.

Encryptying is a bad idea.

You probably want a PHP compiler like RoadSend:

http://www.roadsend.com/

--

Regards,
Manuel Lemos

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/

Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html


Thanks, Manuel,

Does it work? Have not heard about it before, but then again I was
not in the market for such a tool.

--
Posted using the http://www.dbForumz.com/ interface, at author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.dbForumz.com/PHP-Obfuscat...ict187987.html
Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=635074
Jul 17 '05 #4
steve wrote:
Hi,
I know there are a few free and paid php source code encryption
scripts around. Has anyone used one, and any feedback?

I am interested in encrypting source that is placed on a remote host.


When using Eclipse PHP as IDE/Editor you have an "Export as obfusciated PHP"
function for your PHP projects.
I haven't tried it though...

Rutger Claes
--
Rutger Claes rg*@rgc.tld
Replace tld with top level domain of belgium to contact me pgp:0x3B7D6BD6
Do not reply to the from address. It's read by /dev/null and sa-learn only

Jul 17 '05 #5
"steve" <Us************@dbForumz.com> wrote in message
news:41**********@alt.athenanews.com...
Hi,
I know there are a few free and paid php source code encryption
scripts around. Has anyone used one, and any feedback?

I am interested in encrypting source that is placed on a remote host.


See http://www.semanticdesigns.com/Produ...bfuscator.html

-- IDB
Jul 17 '05 #6
Hello,

on 01/15/2005 03:44 AM steve said the following:
> > I know there are a few free and paid php source code > encryption
> > scripts around. Has anyone used one, and any feedback?
> >
> > I am interested in encrypting source that is placed on a

> remote host.
>
> Encryptying is a bad idea.
>
> You probably want a PHP compiler like RoadSend:
>
> http://www.roadsend.com/

Thanks, Manuel,

Does it work? Have not heard about it before, but then again I was
not in the market for such a tool.


AFAIK, so far it is the only real PHP compiler. There are also encoders
and obfuscators but there is also the chance to regenerate an useful
copy of the source encoded by these tools.

--

Regards,
Manuel Lemos

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/

Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html
Jul 17 '05 #7
"Manuel Lemos" wrote:
Hello,

on 01/15/2005 03:44 AM steve said the following:
&nbsp;&nbsp;> > > I know there are a few free and paid php
source code
&nbsp;> > encryption
&nbsp;&nbsp;> > > scripts around. Has anyone used one, and
any feedback?
&nbsp;&nbsp;> > >
&nbsp;&nbsp;> > > I am interested in encrypting source that
is placed on a
&nbsp;> > remote host.
&nbsp;> >
&nbsp;> > Encryptying is a bad idea.
&nbsp;> >
&nbsp;> > You probably want a PHP compiler like RoadSend:
&nbsp;> >
&nbsp;> > http://www.roadsend.com/
Thanks, Manuel,

Does it work? Have not heard about it before, but then

again I was
not in the market for such a tool.


AFAIK, so far it is the only real PHP compiler. There are also
encoders
and obfuscators but there is also the chance to regenerate an
useful
copy of the source encoded by these tools.

--

Regards,
Manuel Lemos

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/

Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html


Thank you all for the info. Very much appreciated.

steve

--
Posted using the http://www.dbforumz.com interface, at author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.dbforumz.com/PHP-Obfuscat...ict187987.html
Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbforumz.com/eform.php?p=640430
Jul 17 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Piotr | last post by:
MS has published on its sites javascript encoder, which enables "encrypting" javascript code. It allows hiding js code from being seen as a text file. There is a decoder for it, available in the...
6
by: Dayne | last post by:
Guys, I am writing a database application(vb.net , sql server) and is presently storing the connection settings in a xml file...not very secure though. What is a safer method in a dynamic...
4
by: Manel G | last post by:
Hi This line works both in the debug and release mode: Me.Cursor = New Cursor(Me.GetType(), "NoCur.cur") After obfuscating the release exe I got this error message: ...
7
by: Paul Aspinall | last post by:
Hi I have developed a C# app which uses SQL Stored procs... which I plan to deploy as a single / low user version on MSDE. My SP's all have 'meaningful' names. However, as I want to protect my...
3
by: SStory | last post by:
I would like to see some discussion on what most small-time shops do for protecting there code---obfuscating. I can't afford professional dotfuscator at present, but would like to obfuscate and...
7
by: Richard L Rosenheim | last post by:
Anyone care to express their two cents over pros and cons of encrypting the data being transmitted (within the SOAP package) versus just utilizing a HTTPS connection? Richard Rosenheim
0
by: Meena | last post by:
Is it possible to obfuscate a Webservice and use it with my client application (which is also obfuscated) ? I tried obfuscating the webservice, but I get the error, 'Could not load type...
2
by: SeeSharp Bint | last post by:
Visual Studio 2005, dotnet, c#. Microsoft SQL Server. Windows XP forms application. Temporarily, for my database application, I have been storing the various elements of database connection...
2
by: JJ | last post by:
I'm using Visual Studio 2005. I'm trying to protect my website dll files as best as possible using obfuscating approach. I've tried to use Dotfuscator Community Edition (comes with Vis Studio) to...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.