RE: Annoyances with cfencode

2006-02-21 Thread RADEMAKERS Tanguy
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 cuff

Annoyances with cfencode

2006-02-20 Thread Dave Merrill
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

RE: Annoyances with cfencode

2006-02-20 Thread RADEMAKERS Tanguy
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] {} \; /t

Re: Annoyances with cfencode

2006-02-20 Thread Rick Root
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:

RE: Annoyances with cfencode

2006-02-20 Thread Dave Merrill
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] {} \; /t Hmmm. So I gather that this

RE: Annoyances with cfencode

2006-02-20 Thread Dave Merrill
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: