[cfaussie] Encrypted Source

2006-10-13 Thread Dale Fraser
I have some encrypted CFM templates that I need to decrypt. I tried using a tool to decrypt them but it asks for a password, surely if they need a password to decrypt CF server must know this password. Can someone tell me where this lives. Or some other way to decrypt the files.

[cfaussie] Re: Encrypted Source

2006-10-13 Thread AJ Mercer
as I understand it, coldfusion will be running the p-code, that is, it wont be compiling from the source each time it is run, and therefore will not need the password..On 10/13/06, Dale Fraser [EMAIL PROTECTED] wrote: Peter, I used that tool. It is a customer's source

[cfaussie] Re: Encrypted Source

2006-10-13 Thread Dale Fraser
How did it compile the first time if its encrypted and it doesnt know the password. Regards Dale Fraser http://dale.fraser.id.au From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of AJ Mercer Sent: Friday, 13 October 2006 19:05 PM To:

[cfaussie] Re: Encrypted Source

2006-10-13 Thread Peter Tilbrook
It is P-Code. ColdFusion does not need the password to execute it. You do need the password to decrypt it however.Sounds like you are screwed / or the original developer was a fool for not documenting the password. On 13/10/06, Dale Fraser [EMAIL PROTECTED] wrote: How did it