Judah,

I was only speaking of the practice of encrypting the source files.... which is 
far easier than a precompiled deployment (at least in my view).

-Mark

-----Original Message-----
From: Judah McAuley [mailto:[email protected]] 
Sent: Tuesday, August 02, 2011 11:35 AM
To: cf-talk
Subject: Re: coldfusion deployment


Decrypting the code might be a violation of the DMCA, it depends on
who owns the code. If it was compiled with cfcompile, instead of being
encrypted, it probably isn't going to do the OP any good.

The problem with compilation in this scenario is that cfml gets turned
into java classes which get compiled down to java byte code. You could
use a java decompiler on the end results but you'll get the java
classes out of that, not the cfml code. As far as I'm aware, there is
no existing way to generate cfml from java classes, only cfml to java.

Judah

On Tue, Aug 2, 2011 at 6:57 AM, Larry Lyons <[email protected]> wrote:
>
> I'm fully expecting to be shot down here, but couldn't you use the cf 
> encryption, then grab the compiled jars?
>
> regards,
> larry
>
>> Akos,
>>
>> It's common enough for me to have seen it a few times. If you are
>> expected to work with the site you will need the unecrypted files OR
>> you will need to decrypt them. I suspect the developer is talking
>> about encrypted source files.
>>
>> CF encryption is pretty trivial and you can unencrypt them back into
>> source but make sure you have the right to do so (from whoever hired
>> you or owns the code or whatever).
>>
>> -mark
>>
>>
>> Mark A. Kruger, MCSE, CFG
>> (402) 408-3733 ext 105
>> www.cfwebtools.com
>> www.coldfusionmuse.com
>> www.necfug.com
>>
>>
>> -----Original Message-----
>> From: Akos Fortagh [mailto:[email protected]]
>> Sent: Tuesday, August 02, 2011 3:30 AM
>> To: cf-talk
>> Subject: coldfusion deployment
>>
>>
>> hi there, I have been developing with CF for almost ten years and I'm
>> not classing myself as an advanced developer, I'm still learning so do
>> apologise if this sounds amateurish...
>> I have some new site modification work coming in and the existing
>> developers sent me this message.
>>
>> "The files that constitute the site are stored in a binary format –
>> not editable text. This protects the source code and is standard
>> deployment practice amongst developers."
>>
>> I have talked to other developers and nobody has never come across
>> such thing so not too sure about the claim its standard practice.
>> Am I missing an important thing here? Â Anybody worked like that
>> before?
>>
>> Any help would be greatly appreciated.
>>
>> Thanks in advance...
>>
>
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346461
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to