RE: How to encript source code? -- (only step 1)

2001-01-19 Thread Mike Amburn

it's just as easy to decrypt a file than it is to encrypt it, and anyone
with a search engine can figure out how. (i.e.
http://www.google.com/search?q=cfdecrypt)

as someone stated before, encrypting files must only be considered a
deterent. you must then put legalize in your licensing agreement to
support this step, how the code is delivered encrypted an any attempt to
decrypt, decompile, or re-engineer the code is prohibited and results in
an immediate revoke of the agreement. something like again. again,
encrypting does nothing if you don't back it up.

-mike

 -Original Message-
 From: George Dong [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, January 17, 2001 8:25 PM
 To: CF-Talk
 Subject: How to encript source code?
 
 
 Hi there,
 If anyone can tell me to how encript source code, it can be 
 done by cfstudio
 or need other application program?
 
 thank you very much.
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: How to encript source code?

2001-01-19 Thread Russel Madere

In your CFInstallFolder\Bin\ there is a file cfencode.exe.  Run it.  It
provides good instructions on how to run the program.

It will encrypt your template.

Russel


  Russel Madere, Jr. Senior Web Developer
  ICQ: 5446158   http://www.TurboSquid.com

Some days you eat the bear; some days the bear eats you.



 -Original Message-
 From: George Dong [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, January 17, 2001 19:25
 To: CF-Talk
 Subject: How to encript source code?


 Hi there,
 If anyone can tell me to how encript source code, it can be done
 by cfstudio
 or need other application program?

 thank you very much.



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: How to encript source code?

2001-01-19 Thread Jason Larson


George,

Try this link http://www.iz-net.com/freesw/ The have some encyption software
there.

Jason



 -Original Message-
 From: George Dong [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, January 17, 2001 8:25 PM
 To: CF-Talk
 Subject: How to encript source code?


 Hi there,
 If anyone can tell me to how encript source code, it can be
 done by cfstudio
 or need other application program?

 thank you very much.



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: How to encript source code?

2001-01-19 Thread Philip Arnold - ASP

 In your CFInstallFolder\Bin\ there is a file cfencode.exe.  Run it.  It
 provides good instructions on how to run the program.
 
 It will encrypt your template.

Remember to take a copy first, but if you get stuck, then decrypt it with;
http://shroom.dv8.org/cfd/

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they 
are addressed. If you have received this email in error please notify 
the system manager.
**


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: How to encript source code?

2001-01-18 Thread Raymond B.

   Be aware though that the encryption at best is only a slight deterent to
the completely uniformed. Due to the fact that code has to be decrypted by
any system to run (meaning a set key is present) and done quickly so as not
to impede performance (meaning a simple hash) decrypting is extremely
simple.

   If you know much about crypto you can sit down and figure out how to
reverse the hash in an afternoon, if you don't there are premade binaries or
source for most platforms that decrypt the code. I'm not slamming the
Allaire people here at all, they came up w/ the best they could I'm sure to
balance the various aspects.

-Original Message-
From: Deb Dickerson [mailto:[EMAIL PROTECTED]]
Sent: January 17, 2001 22:46
To: CF-Talk
Subject: RE: How to encript source code?


Use cfencode.exe in the \cfusion\bin directory (for 4.5x)
It was cfcrypt.exe for 4.0x

Debbie


 -Original Message-
 From: George Dong [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, January 17, 2001 8:25 PM
 To: CF-Talk
 Subject: How to encript source code?


 Hi there,
 If anyone can tell me to how encript source code, it can be done
 by cfstudio
 or need other application program?

 thank you very much.



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: How to encript source code?

2001-01-17 Thread Deb Dickerson

Use cfencode.exe in the \cfusion\bin directory (for 4.5x)
It was cfcrypt.exe for 4.0x

Debbie


 -Original Message-
 From: George Dong [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, January 17, 2001 8:25 PM
 To: CF-Talk
 Subject: How to encript source code?
 
 
 Hi there,
 If anyone can tell me to how encript source code, it can be done 
 by cfstudio
 or need other application program?
 
 thank you very much.
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: How to encript source code?

2001-01-17 Thread Joseph Thompson

I have seen both an "exe" to encrypt your files, and have this "recursive"
CF script as well.

Script:
http://cfhub.com/tutorials/cfencode/site.cfm

exe:
http://www.iz-net.com/freesw/




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists