I'm pretty certain there's not a setting in cf studio for .cfc files since studio was 
developed long before cfc's were planned... There are a couple of other 
alternatives... Somewhere around the net is a dll you can access as a cfx tag on the 
cf server. Unfortunately it's a COM component. But that would allow you to perform 
encryption and decryption programatically on the server. Do a google search for 
cfx_cfmencrypt ... Otherwise, you can rename your cfc file(s) to .cfm, encrypt them, 
then rename them to .cfc -- afaik renaming the file shouldn't damage the encryption...



> I have CF Studio and tried encrypting my application.  It
> worked well on
> .cfm pages, but skipped the .cfc files.  I can not find
> the encryption
> feature in Dreamweaver MX.  Do you know if there's a
> setting in CF
> Studio that will accept .cfc files for encryption?

> Tom

> -----Original Message-----
> From: S.Isaac Dealey [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 09, 2003 1:07 PM
> To: [EMAIL PROTECTED]
> Subject: Re: encrypting source code

>> Does anyone have suggestion on the best way to encrypt
>> CFMX source code?
>> How do you do it using Dreamweaver MX?  I understand
>> there's a crack for
>> the cfencrypt utility, is there an alternative?

>> Thanks -

>> Tom Schreck
>> 817-252-4900
>> [EMAIL PROTECTED]

>> I have not failed.  I've found 10,000 ways that won't
>> work.

>> - Thomas Edison


> Unfortunately anything that's going to encrypt your cf
> code is going to
> have to be decrypted by the cf-server, so there can't be
> any alternative
> without a (likely expensive) modification or at least
> "plugin" for the
> cf server. At least that's my understanding. I used to
> encrypt my code,
> but have recently given up on the idea -- it goes more or
> less the same
> way that trying to encrypt JavaScript goes... I think
> somebody wrote a
> cf code obfuscator -- which is not the same thing, but
> iirc you can try
> the devex for that if you really feel like you need
> something of that
> nature over and above the cf-studio or dreamweaver
> encryption. I haven't
> used Dreamweaver myself, so I can't say how it's done
> there.

> s. isaac dealey                972-490-6624

> new epoch                      http://www.turnkey.to

> lead architect, tapestry cms   http://products.turnkey.to

> tapestry api is opensource     http://www.turnkey.to/tapi

> team macromedia volunteer
> http://www.macromedia.com/go/team

> certified advanced coldfusion 5 developer
> http://www.macromedia.com/v1/handlers/index.cfm?ID=21816


> -----------------------------------------------
> To post, send email to [EMAIL PROTECTED]
> To unsubscribe:
>    Send UNSUBSCRIBE to [EMAIL PROTECTED]
> To subscribe / unsubscribe: http://www.dfwcfug.org

> -----------------------------------------------
> To post, send email to [EMAIL PROTECTED]
> To unsubscribe:
>    Send UNSUBSCRIBE to [EMAIL PROTECTED]
> To subscribe / unsubscribe: http://www.dfwcfug.org




s. isaac dealey                972-490-6624

new epoch                      http://www.turnkey.to

lead architect, tapestry cms   http://products.turnkey.to

tapestry api is opensource     http://www.turnkey.to/tapi

team macromedia volunteer      http://www.macromedia.com/go/team

certified advanced coldfusion 5 developer
http://www.macromedia.com/v1/handlers/index.cfm?ID=21816


-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To unsubscribe:
   Send UNSUBSCRIBE to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

Reply via email to