Options for securing our IP on the client's machine?

2010-07-05 Thread Mike Kear
We have an application that will possibly require putting a version of our CF application on the client's machine. Therefore we're going to be needing to encrypt or compile or otherwise hide our code from the client's prying eyes. It's quite a while since i had to consider this - like since

Re: Options for securing our IP on the client's machine?

2010-07-05 Thread Michael Grant
With CF there's a few tools for decrypting the source code. If your client isn't very savvy then you probably don't have to worry about it, otherwise it's pretty easy to get to the original cf source. On Mon, Jul 5, 2010 at 3:47 AM, Mike Kear afpwebwo...@gmail.com wrote: We have an

RE: Options for securing our IP on the client's machine?

2010-07-05 Thread Mark A. Kruger
7:27 AM To: cf-talk Subject: Re: Options for securing our IP on the client's machine? With CF there's a few tools for decrypting the source code. If your client isn't very savvy then you probably don't have to worry about it, otherwise it's pretty easy to get to the original cf source. On Mon

Re: Options for securing our IP on the client's machine?

2010-07-05 Thread Cameron Childress
On Mon, Jul 5, 2010 at 9:15 AM, Mark A. Kruger mkru...@cfwebtools.com wrote: I believe either Railo or BD allow for sourceless deployment - yes? Adobe's CF does too, since CF7 I think http://www.google.com/#q=sourceless+deployment+coldfusion Deploys your CF code as java bytecode. Can still