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
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
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
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
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
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
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
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
> 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
> 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
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
~|
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
> 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
> 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.
> 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
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
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
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
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
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
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
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
>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
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:
> >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
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
>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]
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
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 \
>> 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
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
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
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'
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
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
: 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
> 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
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
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
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
>
>
~
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
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
> 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
-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
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
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
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
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,
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
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
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
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-
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
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
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
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
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
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
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]
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
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.
, 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
62 matches
Mail list logo