Re: Suggestions on scrambling code

2006-03-23 Thread Jochem van Dieten
Munson, Jacob wrote: > If I'm understanding it right, cfcompile.bat is what you use to do > sourceless deployments. The new feature that CF 7 offered, right? Yes. Jochem ~| Message: http://www.houseoffusion.com/lists.cfm/link=

RE: Suggestions on scrambling code

2006-03-23 Thread Munson, Jacob
alk > Subject: Re: Suggestions on scrambling code > > Steve Kahn wrote: > > For interoffice politics I would prefer to scramble > (encrypt, encode) some cfml. > > Look at cfcompile.bat in the bin directory. Makes your code look > better too because it removes the compilation over

RE: Suggestions on scrambling code

2006-03-22 Thread Martyn Bowis
Try using BlueDragon Server. It can use custom encryption for templates that is instance-specific if that is what you are after. Cheers, Martyn ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236017 Archives: http:

Re: Suggestions on scrambling code

2006-03-22 Thread Bryan Stevenson
I hear ya...I may not agree, but I hear ya...it's an ongoing never solved debate...just like Win vs Linux ;-) and trust me..cfdecrypt is quite well known. Have fun!! Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250

Re: Suggestions on scrambling code

2006-03-22 Thread Jochem van Dieten
Steve Kahn wrote: > For interoffice politics I would prefer to scramble (encrypt, encode) some > cfml. Look at cfcompile.bat in the bin directory. Makes your code look better too because it removes the compilation overhead when the code is first used. Jochem ~~

RE: Suggestions on scrambling code

2006-03-22 Thread Munson, Jacob
Ah, I see. I managed to find one using a search engine, and it does indeed decode a cfencode.exe encrypted file. Interesting. However, I /was/ able to stop the tool I found from working by using a different command line paramater than I originally tried. I'm purposefully keeping details low on

Re: Suggestions on scrambling code

2006-03-22 Thread Bryan Stevenson
Nope...I'm referring to the cfdecrypt utility that has been floating around the web for yearsit's purpose is to decrypt the code encryption that has always been used to encrypt CF source code (goes back to the Allaire days) Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Elec

RE: Suggestions on scrambling code

2006-03-22 Thread Munson, Jacob
> and of course it's basically useless to encrypt your source > files as the > encryption can be broken using cfdecrypt by a small child and > a few mouse clicks Cfdecrypt? What's that? Are you referring to CF's decrypt function? If so, what encryption algorithm do you use do decrypt it, and

Re: Suggestions on scrambling code

2006-03-22 Thread Bryan Stevenson
and of course it's basically useless to encrypt your source files as the encryption can be broken using cfdecrypt by a small child and a few mouse clicks ;-) Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 ce

Re: Suggestions on scrambling code

2006-03-22 Thread Ryan Guill
its called cfencode. >From the command line (in windows) cd c:\cfusionmx7\bin\ cfencode[enter] it will tell you how to work with it. http://livedocs.macromedia.com/coldfusion/7/htmldocs/1176.htm (last line) On 3/22/06, Steve Kahn <[EMAIL PROTECTED]> wrote: > How do you call up the cfencry

RE: Suggestions on scrambling code

2006-03-22 Thread Kevin Penny
remember in the past. Kevin Penny, MMCP [EMAIL PROTECTED] Lead Developer, HotGigs.com "Not now I'm multitasking" -Original Message- From: Steve Kahn [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 22, 2006 3:32 PM To: CF-Talk Subject: Re: Suggestions on scrambling code H

Re: Suggestions on scrambling code

2006-03-22 Thread Steve Kahn
How do you call up the cfencrypt app to do your templates? ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236005 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com

Re: Suggestions on scrambling code

2006-03-22 Thread Rob Wilkerson
CF packages a source code encryption utility. I believe it's called cfencrypt.exe. I've long since moved mine from the default location so I can't tell you wehre to look. I'm also not entirely sure that it ships with later versions. On 3/22/06, Andy Matthews <[EMAIL PROTECTED]> wrote: > Doesn't

RE: Suggestions on scrambling code

2006-03-22 Thread Andy Matthews
Doesn't CF come with some sort of code encryption? I've downloaded the Alagad Image CFC before. When I looked at it see how it was setup the entire codebase was encrypted. -Original Message- From: Steve Kahn [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 22, 2006 2:43 PM To: CF-Talk Su