Re: CFEncode Template Encryption Utility - Decode?
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.com This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at St James's Court Brown Street Manchester M2 2JF. A list of members is available for inspection at the registered office. Any reference to a partner in relation to Halliwells LLP means a member of Halliwells LLP. Regulated by The Solicitors Regulation Authority. CONFIDENTIALITY This email is intended only for the use of the addressee named above and may be confidential or legally privileged. If you are not the addressee you must not read it and must not use any information contained in nor copy it nor inform any person other than Halliwells LLP or the addressee of its existence or contents. If you have received this email in error please delete it and notify Halliwells LLP IT Department on 0870 365 8008. For more information about Halliwells LLP visit www.halliwells.com. ~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find out how and where now http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292765 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: CFEncode Template Encryption Utility - Decode?
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 your jurisdiction, googling it, downloading it and/or using it may be illegal though. Jochem ~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292753 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
CFEncode Template Encryption Utility - Decode?
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 Bosky ** HTC Disclaimer: The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. ** ~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292744 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Re: Template Encryption
> I need to distribute source code to clients and want to encrypt some > of the source. I know utilities exist to break ColdFusion encryption > and display source code. Are there any methods to encrypt ColdFusion > source that are not breakable using these utilities or other methods > (within reason)? I am running ColdFusion 5 for this project. > > Josen Ruiseco > GoMotorBids.com Thanks to everyone for the help... Josen [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]
RE: Template Encryption
Reserved? I think you mean reversed, even with the advent of blackstone compiling to java bytecode one can decompile java with no problems? So it will be with great interest that I look forward to testing this feature on blackstone when I get my hands on a copy or CF MX 2005 or whatever they call it when it is released. Regards Andrew Scott Technical Consultant NuSphere Pty Ltd Level 2/33 Bank Street South Melbourne, Victoria, 3205 Phone: 03 9686 0485 - Fax: 03 9699 7976 _ From: Andrew Dixon [mailto:[EMAIL PROTECTED] Sent: Tuesday, 31 August 2004 2:28 AM To: CF-Talk Subject: RE: Template Encryption Hi Jordon Not with CF5 or even MX but the next version of CF (Blackstone) will allow you to compile your CFM files in Java Byte code, which I would assume would not be able to be reserved. Best Regards >>> Andrew SpamNet - Stop spam immediately and help me too! www.cloudmark.com/spamnet Referral Code: 2tc4hl (use the code a get spamnet for $1.99 per month instead of $4.99!!!) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]
Re: Template Encryption
I was going to mention Blue Dragon, but then I read that you was using CF 5. But yes, if you're open to using a different CF Server, I'd highly recommend BD. -Jordan Vince Bonfanti wrote: > Precompiling and encrypting CFML templates is possible in BlueDragon 6.1: > > > http://www.newatlanta.com/products/bluedragon/index.cfm > > > Redeploying on BlueDragon would probably be easier than rewriting as > CFXs or > COM objects. > > > Vince Bonfanti > New Atlanta Communications, LLC > http://www.newatlanta.com > > _ > > From: Dave Watts [mailto:[EMAIL PROTECTED] > Sent: Monday, August 30, 2004 12:25 PM > To: CF-Talk > Subject: RE: Template Encryption > > > I need to distribute source code to clients and want to encrypt some of > > the source. I know utilities exist to break ColdFusion encryption and > > display source code. Are there any methods to encrypt ColdFusion source > > that are not breakable using these utilities or other methods (within > > reason)? I am running ColdFusion 5 for this project. > > No, there aren't. However, you could move some of your code from CF into > compiled binaries, such as CFXs or COM objects. > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > phone: 202-797-5496 > fax: 202-797-5444 -- Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ [EMAIL PROTECTED] [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]
RE: Template Encryption
Precompiling and encrypting CFML templates is possible in BlueDragon 6.1: http://www.newatlanta.com/products/bluedragon/index.cfm Redeploying on BlueDragon would probably be easier than rewriting as CFXs or COM objects. Vince Bonfanti New Atlanta Communications, LLC http://www.newatlanta.com _ From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Monday, August 30, 2004 12:25 PM To: CF-Talk Subject: RE: Template Encryption > I need to distribute source code to clients and want to encrypt some of > the source. I know utilities exist to break ColdFusion encryption and > display source code. Are there any methods to encrypt ColdFusion source > that are not breakable using these utilities or other methods (within > reason)? I am running ColdFusion 5 for this project. No, there aren't. However, you could move some of your code from CF into compiled binaries, such as CFXs or COM objects. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 _ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]
RE: Template Encryption
Good point lol, but you also didnt call MS up and ask them to write windows for you :-) _ From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Monday, August 30, 2004 5:55 PM To: CF-Talk Subject: RE: Template Encryption > Not to start the whole client/owner discussion but just > curious as to why a client would pay for code that they > can't see... Perhaps for the same reason I bought a copy of Windows. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 _ [HYPERLINK "http://www.houseoffusion.com/lists.cfm/link=t:4"Todays Threads] [HYPERLINK "http://www.houseoffusion.com/lists.cfm/link=i:4:176438"This Message] [HYPERLINK "http://www.houseoffusion.com/lists.cfm/link=s:4"Subscription] [HYPERLINK "http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=678.598.4"Fast Unsubscribe] [HYPERLINK "http://www.houseoffusion.com/signin/"User Settings] [HYPERLINK "https://www.paypal.com/cgi-bin/webscr?amount=&item_name=House+of+Fusion&bus iness=donations%40houseoffusion.com&undefined_quantity=&cmd=_xclick"Donation s and Support] _ HYPERLINK "http://www.houseoffusion.com/banners/view.cfm?bannerid=36" \n --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.745 / Virus Database: 497 - Release Date: 8/27/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.745 / Virus Database: 497 - Release Date: 8/27/2004 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]
RE: Template Encryption
> Not to start the whole client/owner discussion but just > curious as to why a client would pay for code that they > can't see... Perhaps for the same reason I bought a copy of Windows. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]
RE: Template encryption
try cfencrypter at www.iz-net.com Jason Larson -Original Message- From: Tristram Charnley [mailto:[EMAIL PROTECTED]] Sent: Friday, October 05, 2001 4:33 AM To: CF-Talk Subject: Template encryption I'm looking for a more secure method of encoding templates than cfencode currently provides. Does anyone on the list have any recommendations? Are there alternatives? TIA Tristram Charnley ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: Template encryption
> I'm looking for a more secure method of encoding > templates than cfencode currently provides. > > Does anyone on the list have any recommendations? > Are there alternatives? You could encrypt the templates as much as you want - the problem is that the server has to decrypt them before compilation - it currently only understands the CFEncrppt version Hopefully CF6 will have better encryption 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. ** ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Template encryption
I'm looking for a more secure method of encoding templates than cfencode currently provides. Does anyone on the list have any recommendations? Are there alternatives? TIA Tristram Charnley ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: Template Encryption (was Need decryptor tag for CFUG presenta tion)
>> Can anyone else think of more good reasons to encrypt templates? How about downloadable demos of applications. There are a lot of applications out there that you can download demos for. As an author of one such application, the fact that an unscrupulous individual can decrypt the demo and have their way with it rather than purchasing it is frustrating. -Original Message- From: Mark Warrick [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 2:01 PM To: CF-Talk Subject: Template Encryption (was Need decryptor tag for CFUG presentation) The only good things I can think of (at the moment) about encrypting templates are to: (1) Make sure that clients who are unware of the decrypting tools don't inavertenly or purposely make modificatios to your code. (2) Make sure other ColdFusion developers sitting on a shared box cannot (easily) view your code. (3) Make sure that a webserver cannot display code in the case of a bug such as the reveal source bugs in Microsoft's IIS server. Can anyone else think of more good reasons to encrypt templates? ---mark Mark Warrick - Fusioneers.com Email: [EMAIL PROTECTED] Phone: 714-547-5386 http://www.fusioneers.com http://www.warrick.net ~~ 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
Template Encryption (was Need decryptor tag for CFUG presentation)
The only good things I can think of (at the moment) about encrypting templates are to: (1) Make sure that clients who are unware of the decrypting tools don't inavertenly or purposely make modificatios to your code. (2) Make sure other ColdFusion developers sitting on a shared box cannot (easily) view your code. (3) Make sure that a webserver cannot display code in the case of a bug such as the reveal source bugs in Microsoft's IIS server. Can anyone else think of more good reasons to encrypt templates? ---mark Mark Warrick - Fusioneers.com Email: [EMAIL PROTECTED] Phone: 714-547-5386 http://www.fusioneers.com http://www.warrick.net ~~ 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