> I am looking for a tool to Encrypt my Coldfusion Source Code. Any help
> please.
>
<cfif you mean a tool that results in templates that CFAS can run in
encrypted form, then>
There is a built-in tool named cfencode.
Called by {cfencode filespec /v "2"}.
On win platforms it is console command (dos box),
so it needs to be in path or copied to a encrypting
dir of your choice. I prefer the latter method as
there is no chance of encoding a template I have not
copied to that dir - also I can do multiple templates
with {cfencode *.cfm /v "2"}.
Be careful to not encode your only copy.
However, it's not secure as there is an easily compiled decrypt tool
in the wild (it's also been distributed in ready to run binaries).
</cfif>
<Pan/>
<p.s.>
Read the docs as a few tags result in pages that can't/shouldn't
be encrypted, notably <cferror>.
</p.s.>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists