Re: CFENCODE Decoder

2009-01-26 Thread Alan Rother
What version of CF was it encoded with? It makes a difference... On Mon, Jan 26, 2009 at 9:08 AM, Ennio Bozzetti wrote: > How can I decode a CFENCODE.exe file? > > One of my developers deleted a file w/o backing it up. *_* > > Do any of you out there have one of those handy litte tools to decode

Re: CFENCODE Decoder

2009-01-26 Thread Ennio Bozzetti
How can I decode a CFENCODE.exe file? > One of my developers deleted a file w/o backing it up. *_* > Do any of you out there have one of those handy litte tools to decode > a > CFENDODE.exe'ed file? You can email me of list if you want to remain > anonymous :) > > Thanks! > > -- > Scott Van V

cfencode on Linux

2008-09-17 Thread Tom Chiverton
Has anyone got cfencode to work on a Linux install with CF8 ? # /opt/coldfusion8/bin/cfencode.linux /opt/coldfusion8/bin/cfencode.linux: error while loading shared libraries: libporting.so: cannot open shared object file: No such file or directory I can't find that library in the CF insta

Re: CFEncode Template Encryption Utility - Decode?

2007-11-06 Thread Tom Chiverton
On Tuesday 06 Nov 2007, Bosky, Dave wrote: > Is there a CFDecode utility was return the encrypted code to its > original state or is there no return? Google should turn up a free one. -- Tom Chiverton Helping to administratively envisioneer guinine information on: http://thefalken.livejournal.c

Re: CFEncode Template Encryption Utility - Decode?

2007-11-06 Thread Jochem van Dieten
Bosky, Dave wrote: > We've got some really old CF code that was encrypted using the CFEncode > Template Encryption Utility years ago. > Is there a CFDecode utility was return the encrypted code to its > original state or is there no return? The utility exists. Depending on

CFEncode Template Encryption Utility - Decode?

2007-11-06 Thread Bosky, Dave
We've got some really old CF code that was encrypted using the CFEncode Template Encryption Utility years ago. Is there a CFDecode utility was return the encrypted code to its original state or is there no return? Thanks, Dave

Re: CFCompile, CFEncode, and source obfuscation

2006-12-04 Thread Kris Jones
Thanks much Jochem. This gives me some of the in-the-trenches type of info I need. We're using cfimport in a different application that is strictly in the ASP model, so it may not be a factor for the scenario I'm researching. We'll see... Cheers, Kris > Only with cfimport because cfimport does i

Re: CFCompile, CFEncode, and source obfuscation

2006-12-04 Thread Jochem van Dieten
Kris Jones wrotee: >> As long as you are not using cfimport it can work on individual files. > > Is this only an issue with cfimport? Or does cfmodule, cfinclude, > cfinvoke, etc., introduce the same issue? Only with cfimport because cfimport does its magic at compile time instead of runtime. Yo

RE: CFCompile, CFEncode, and source obfuscation

2006-12-04 Thread Dave Watts
> Any idea how included/imported/modules, etc, might mess with > that approach? They shouldn't make any difference. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, A

Re: CFCompile, CFEncode, and source obfuscation

2006-12-04 Thread Kris Jones
> By default, it works with entire directories. However, if you make the > changes on your server, you could simply recompile the entire directory, > then copy the changed files to your client's server. Alternatively, you > could play around with the Java class used to do the compilation; > cfcompi

Re: CFCompile, CFEncode, and source obfuscation

2006-12-04 Thread Kris Jones
ay. Are you referring to encrypted source from CFEncode? Or maybe I just don't understand what CFCompile will ultimately do. Does CFCompile also encrypt the source? [me thinks I need to just do a test case...] Cheers, Kris ~|

Re: CFCompile, CFEncode, and source obfuscation

2006-12-04 Thread Tom Chiverton
On Monday 04 December 2006 17:37, Kris Jones wrote: > Not really worried about _our_ server of course. We have a product > that the client can opt to self-host. That's the issue. (Yes, they do > have a license agreement) Occasionally, there is a need to update > individual files. If we can cfcompil

RE: CFCompile, CFEncode, and source obfuscation

2006-12-04 Thread Dave Watts
> Not really worried about _our_ server of course. We have a > product that the client can opt to self-host. That's the > issue. (Yes, they do have a license agreement) In that case, you can't rely upon server permissions, etc, because it won't be your server. > Occasionally, there is a need t

Re: CFCompile, CFEncode, and source obfuscation

2006-12-04 Thread Kris Jones
> Conceivably, you could do this, but who's logging onto your server terminal > anyway? > The real question is, who are you trying to prevent from reading your source > code? Not really worried about _our_ server of course. We have a product that the client can opt to self-host. That's the issue.

RE: CFCompile, CFEncode, and source obfuscation

2006-12-04 Thread Dave Watts
> I've been reading a bit on source encryption. I understand > that CFEncode is trivial to reverse. CFCompile is fine (can't > get the CF source back, although it is decompilable), but > what do folks do when you need to be able to replace a couple > of CF files he

Re: CFCompile, CFEncode, and source obfuscation

2006-12-04 Thread Jochem van Dieten
Kris Jones wrote: > > I've been reading a bit on source encryption. I understand that > CFEncode is trivial to reverse. CFCompile is fine (can't get the CF > source back, although it is decompilable), but what do folks do when > you need to be able to replace a couple o

CFCompile, CFEncode, and source obfuscation

2006-12-04 Thread Kris Jones
Hi all, I've been reading a bit on source encryption. I understand that CFEncode is trivial to reverse. CFCompile is fine (can't get the CF source back, although it is decompilable), but what do folks do when you need to be able to replace a couple of CF files here and there pe

RE: cfencode question

2006-04-06 Thread Steve Kahn
Taking the 'template' header out kills the code, all function is lost. Steve -Original Message- From: Rob Wilkerson [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 05, 2006 12:20 PM To: CF-Talk Subject: Re: cfencode question I'll add this semi-related note: I belie

RE: cfencode question

2006-04-05 Thread Steve Kahn
Nathan, Thanks, I'll give a try -Original Message- From: Nathan Strutz [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 05, 2006 12:05 PM To: CF-Talk Subject: Re: cfencode question Steve, Interesting question. I would shoot for trial & error. Maybe take it out. Maybe replac

Re: cfencode question

2006-04-05 Thread Rob Wilkerson
gt; stay in there, but it's worth a shot. > > -nathan strutz > http://www.dopefly.com/ > > > On 4/4/06, Steve Kahn <[EMAIL PROTECTED]> wrote: > > > > Im using cfencode, do I have to leave the 

Re: cfencode question

2006-04-05 Thread Nathan Strutz
e: > > Im using cfencode, do I have to leave the 'Allaire Cold Fusion Template' > statement at the top for it to work or can I delete it? > > Thanks > > ~| Message: http://www.houseoffusio

cfencode question

2006-04-04 Thread Steve Kahn
Im using cfencode, do I have to leave the 'Allaire Cold Fusion Template' statement at the top for it to work or can I delete it? Thanks ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236987 Arch

RE: Annoyances with cfencode

2006-02-21 Thread RADEMAKERS Tanguy
>Hmmm. So I gather that this behavior is what you see too? You >work around it by not asking it to do more than one file at once? >A bit odd that after all these years, basic functionality of this >tool is so broken. >Thanks, > >Dave Merrill Actually i've never used it, it was just an off the c

RE: Annoyances with cfencode

2006-02-20 Thread Dave Merrill
I know. As they say, it keeps honest people honest, nothing more. Dave Merrill > Keep in mind that cfencoded templates are easily decoded. > > Rick ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232956 Archives:

RE: Annoyances with cfencode

2006-02-20 Thread Dave Merrill
> >No matter what I do, cfencode gives a failure alert when > >encrypting more > >than one file at once. > > use a shell command with some kind of looping structure: > > dos: > for /R %i in (*.cfm) do cfencode %i [opts] > > *nix: > find . -name *.cfm -exe

Re: Annoyances with cfencode

2006-02-20 Thread Rick Root
Keep in mind that cfencoded templates are easily decoded. Rick ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232949 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusio

RE: Annoyances with cfencode

2006-02-20 Thread RADEMAKERS Tanguy
>No matter what I do, cfencode gives a failure alert when >encrypting more >than one file at once. use a shell command with some kind of looping structure: dos: for /R %i in (*.cfm) do cfencode %i [opts] *nix: find . -name *.cfm -exec cfencode [opts]

Annoyances with cfencode

2006-02-20 Thread Dave Merrill
Hi folks, No matter what I do, cfencode gives a failure alert when encrypting more than one file at once. Msg is: -- The file you provided could not be encrypted. Make sure that the directory path specified for the OutFile exists, the file is not already encrypted, and the version is

Weird CFENCODE Problem

2005-09-26 Thread Alan Rother
Hey all, I know I've done this beofre and it worked. But this time is went all weird on me. I need to provide someone with a bunch of code and we don't want them messing with it. So I used the command line utility CFENCODE to encode/encrypt all of the files. It worked fine, I used \

Re: cfencode problems

2004-11-03 Thread Stan Winchester
>> c:\cfusionmx\bin\cfencode f:\websites\[path]\*.cfm f:\websites\[path]\*.cfm /r > >Path too long, or contains funny chars ? > The path uses no spaces or funny chars, just alpha characters. It worked before, but does not now, which is strange. I've even logged on as admini

Re: cfencode problems

2004-11-03 Thread Thomas Chiverton
On Tuesday 02 Nov 2004 20:38 pm, Stan Winchester wrote: > c:\cfusionmx\bin\cfencode f:\websites\[path]\*.cfm f:\websites\[path]\*.cfm > /r Path too long, or contains funny chars ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1749 834900 email: [EMAIL PROTECTED] Blue

cfencode problems

2004-11-02 Thread Stan Winchester
Lately whenever I try to run cfencode all I get is the popup showing the syntax. Below is an example that gives me the popup, except I use an actual path in place of [path]: c:\cfusionmx\bin\cfencode f:\websites\[path]\*.cfm f:\websites\[path]\*.cfm /r Below are the parameters: infile

RE: cfencode errors...

2004-06-23 Thread Matthew Walker
Another problem with recursive cfencode is that if it hits a file that's already encoded it doesn't skip it, it stops. My solution in the past was to write a cf page that recursively scanned all the files and built an MS-DOS batch file that calls cfencode once for each file. Then I'

cfencode errors...

2004-06-23 Thread Gonzo Rock
Hey all, Anyone have experience using cfencode? I have been trying to make cfencode.exe dated 5/23/01 (it came with cf 6.1 for windows) process recursively for several hours now... and feeling stooopid. this is all on one line... cfencode   G:\Source\Unencoded\*.cfm   G:\Source\Encoded   /r

RE: About CFEncode

2003-07-11 Thread Hassan_Arteaga_Rodríguez
o: CF-Talk Subject: RE: About CFEncode > I developed some components and now I want to install > those in a production server. I'd like to encode cfc > files. When I use cfencode in this way Suppose the > current dir is CF MX root\bin where is the cfencode.exe > > cf

RE: About CFEncode

2003-07-11 Thread Hassan_Arteaga_Rodríguez
: About CFEncode > I developed some components and now I want to install > those in a production server. I'd like to encode cfc > files. When I use cfencode in this way Suppose the > current dir is CF MX root\bin where is the cfencode.exe > > cfencode d:\webs\myproj

RE: About CFEncode

2003-07-11 Thread Dave Watts
> I developed some components and now I want to install > those in a production server. I'd like to encode cfc > files. When I use cfencode in this way Suppose the > current dir is CF MX root\bin where is the cfencode.exe > > cfencode d:\webs\myproj

About CFEncode

2003-07-11 Thread Hassan_Arteaga_Rodríguez
Hi all: I developed some components and now I want to install those in a production server. I'd like to encode cfc files. When I use cfencode in this way Suppose the current dir is CF MX root\bin where is the cfencode.exe cfencode d:\webs\myproject\cfc\Logic_Laye

RE: BD: cfencode

2003-04-02 Thread Anthony Wong
Thanks Dimo, I'll try. Anthony -Original Message- From: Dimo Michailov [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 11:21 PM To: CF-Talk Subject: Re: BD: cfencode Anthony, You might want to try the BlueDragon mailing list at New Atlanta, it seems to be little more a

Re: BD: cfencode

2003-04-02 Thread Dimo Michailov
7;t > seem to have any response. Thought someone here might have some idea on how > to do it. Is there a way for me to encrypt the cfm templates like what > cfencode does? > > TIA > > Anthony > > ~

BD: cfencode

2003-04-01 Thread Anthony Wong
I've posted this question earlier on Bluedragon mailing list but doesn't seem to have any response. Thought someone here might have some idea on how to do it. Is there a way for me to encrypt the cfm templates like what cfencode does? TI

RE: cfencode utility for CFMX seems missing

2002-10-13 Thread CS
Bryan, Thanks, it was my own fault, I was doing keyword search of cfencrypt.exe under CFMX bin installation, since Macromedia changed the name from cfencrypt to cfencode from 4.5?, for what strange reason, I remember 'cfencrypt.exe' but not the newer 'cfencode.exe', naturall

RE: cfencode utility for CFMX seems missing

2002-10-09 Thread Dave Watts
> I've a CFMX eval copy running, the cfencode utility, > located in the {cf_root/bin directory = CFMX > installation directory} is nowhere to be found. My local install has one in \CFusionMX\bin. I'm running the Developers Edition, which is the same as the Trial Edition re

RE: cfencode utility for CFMX seems missing

2002-10-09 Thread Bryan F. Hogan
-Original Message- From: CS [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 11:36 AM To: CF-Talk Subject: cfencode utility for CFMX seems missing Hi, I've a CFMX eval copy running, the cfencode utility, located in the {cf_roo

cfencode utility for CFMX seems missing

2002-10-09 Thread CS
Hi, I've a CFMX eval copy running, the cfencode utility, located in the {cf_root/bin directory = CFMX installation directory} is nowhere to be found. I hesitate to use CF5.0's equivalent utility. What's up? Thanks. Don __ Do yo

RE: CFENCODE Decoder

2002-05-09 Thread Van Vliet, Scott
CF-Talk > Subject: Re: CFENCODE Decoder > > > Still need it? > > Will > - Original Message - > From: "Van Vliet, Scott" <[EMAIL PROTECTED]> > Newsgroups: cf-talk > Sent: Thursday, May 09, 2002 8:51 PM > Subject: CFENCODE Decoder > &g

Re: CFENCODE Decoder

2002-05-09 Thread W Luke
Still need it? Will - Original Message - From: "Van Vliet, Scott" <[EMAIL PROTECTED]> Newsgroups: cf-talk Sent: Thursday, May 09, 2002 8:51 PM Subject: CFENCODE Decoder > One of my developers deleted a file w/o backing it up. *_* > Do any of you out there have on

CFENCODE Decoder

2002-05-09 Thread Van Vliet, Scott
One of my developers deleted a file w/o backing it up. *_* Do any of you out there have one of those handy litte tools to decode a CFENDODE.exe'ed file? You can email me of list if you want to remain anonymous :) Thanks! -- Scott Van Vliet Sempra Energy 555 W. 5th St., 21st Floor Los Angeles,

cfencode: header not appearing in /v "2"

2001-06-04 Thread Bert
I'm using cfencode.exe to encrypt some templates, but i can't get the header to appear if i use the version parameter to "2". eg: I use the command: c:\>cfencode.exe tester.cfm testv1.cfm /h "my header" /v "1" the template comes out as: Allaire Cold Fusion Template Header Size: 63 m

RE: CFCRYPT/CFENCODE... please help!!! -- it worked!

2000-10-30 Thread Mike Amburn
thanx guys, both tips brought success! > -Original Message- > From: Jaime Garza [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 27, 2000 5:54 PM > To: CF-Talk > Subject: RE: CFCRYPT/CFENCODE... please help!!! > > > cd \b2b\src\site > c:\cfusion\bin\cfencod

RE: CFCRYPT/CFENCODE... please help!!!

2000-10-27 Thread Jaime Garza
Hey compadre! What is this? the Garzas and the encode club? :) > -Original Message- > From: Garza, Jeff [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 27, 2000 3:05 PM > To: CF-Talk > Subject: RE: CFCRYPT/CFENCODE... please help!!! > > > What I've f

RE: CFCRYPT/CFENCODE... please help!!!

2000-10-27 Thread Garza, Jeff
ctory and the rest in sub-dirs... cfencode c:\encodetest\*.cfm /r /v "2" The first did not work while the second did. using CF Ent. 4.5.1 on Win2k HTH Jeff Garza Web Developer Spectrum Astro, Inc. 480-892-8200 [EMAIL PROTECTED] http://www.spectrumastro.com -Original Message-

RE: CFCRYPT/CFENCODE... please help!!!

2000-10-27 Thread Jaime Garza
cd \b2b\src\site c:\cfusion\bin\cfencode *.cfm /r /h "Copyright (c) 2000, Celosis, Inc." /v "1" This is what I use in my batch files. Please note that I cd to the directory I want to do first. This CF 4.5 professional Jaime Garza Director of Development Celosis, Inc. [EMAI

CFCRYPT/CFENCODE... please help!!!

2000-10-27 Thread Mike Amburn
i cannot get the following command to work and there is no documentation for using wildcards with the recursive attribute. --> cfencode c:\encodeTest\folder\*.cfm /r /v "2" it should recurse through the folder and encrypt only CF pages for CF 4.5. PLEASE HELP

CFENCODE

2000-10-27 Thread Neil Clark
sorry everyone, I deleted the thread for using CFENCODE. I have a DIR and I want to encrypt all of the files in it, but I am having little success... anyone? N http://www.mcbdigital.com

RE: CFENCODE... wont work for me!?! -- how about wildcards?

2000-10-25 Thread Mike Amburn
OK, i figured out how to finally get CFENCODE working (apparently, there was an error in the CF Documentation and there's supposed to be a space after /v) however, now i'm trying to figure out how to do wildcards. for example, i want to recursively encode all *.cfm files. something

CFENCODE... wont work for me!?!

2000-10-25 Thread Mike Amburn
here is what i'm doing, please correct me where i'm failing: {Workstation: Windows 2000} {ColdFusion v4.5.1 Single-User Enterprise} trying to encode an entire directory: 1. open command window (start>run>"cmd") 2. type the following: cfencode c:\encodeTest\folderA\ /r

Re: CFENCODE!

2000-04-25 Thread Justin MacCarthy
You chould read the header of the file to see if it is encypted Also you chould add your own header to the file using th /h option ... ~Justin MacCarthy - Original Message - From: Daive <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 25, 2000 1:32 PM Subje

CFENCODE!

2000-04-25 Thread Daive
Is there a way to check if a cfm file is encrypted or not? Like i'm about to build some utils with login/pass to encrypt specific directory and i don't want the user to encrypt a file 2 times. Any ideas? daive -- [EMAIL PROTECTED]

A way to know if a template is encoded with CFENCODE?

2000-04-20 Thread Daive
Heya, i'm about to build a template file that will look in a list of directory to check if the cfm files are encrypted in it. ( i'm working via ftp server ) So my question is about detecting encrypted files, someone know a way to check that? I can maybe check if the file containing specific chara

Re: CFENCODE???

2000-04-07 Thread pan
t; and ran it from there, still no luck. I know my syntax is correct, at least > according to the help dialog that pops up. This is a sample of what I am > type in to try and run it. > > cfencode myfile.cfm myoutfile.cfm /q /h "A disclaimer message" > Hmmm.. this is a RTFM.

CFENCODE???

2000-04-07 Thread Bill Killillay
, at least according to the help dialog that pops up. This is a sample of what I am type in to try and run it. cfencode myfile.cfm myoutfile.cfm /q /h "A disclaimer message" What is wrong with that syntax, anybody know? It just pop's the help dialog back up at when I run it that way