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:

Suggestions on scrambling code

2006-03-22 Thread Steve Kahn
For interoffice politics I would prefer to scramble (encrypt, encode) some cfml. This is more or less intended for non-technical management peruzing; so true encryption is of no issue. Any suggestions would be helpful and please dont slam the list on encrption validity as this is not about

RE: Suggestions on scrambling code

2006-03-22 Thread Andy Matthews
--//- -Original Message- From: Steve Kahn [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 22, 2006 2:43 PM To: CF-Talk Subject: Suggestions on scrambling code For interoffice politics I would prefer to scramble (encrypt, encode) some cfml. This is more or less intended for non-technical

Re: Suggestions on scrambling code

2006-03-22 Thread Rob Wilkerson
--//- -Original Message- From: Steve Kahn [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 22, 2006 2:43 PM To: CF-Talk Subject: Suggestions on scrambling code For interoffice politics I would prefer to scramble (encrypt, encode) some cfml. This is more or less intended for non

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:

RE: Suggestions on scrambling code

2006-03-22 Thread Kevin Penny
. 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 How do you call up the cfencrypt app

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 cfencrypt

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

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 do

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

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 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 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:

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: