Encrypt/Decrypt Files

2014-07-17 Thread Richard Colman
There are lots of examples on using these functions on strings. However, is it possible to use these functions to encrypt/decrypt entire files (not .cfm code files), for example, to maintain security in an FTP server, etc. TNX for any pointers. -- Rick

Re: Encrypt/Decrypt Files

2014-07-17 Thread Bryan Stevenson
Hey Rick, You can use more secure forms of FTP as opposed to getting that draconian - just a thought ;-) I haven't done any file encryption in a while, so I'll bow out on that detail - but yes it is doable. Cheers *Bryan Stevenson*B.Comm. President CEO Electric Edge Systems Group Inc. -

Re: Encrypt/Decrypt Files

2014-07-17 Thread John M Bliss
Check out https://wikidocs.adobe.com/wiki/display/coldfusionen/EncryptBinary including example at bottom. On Thu, Jul 17, 2014 at 4:10 PM, Bryan Stevenson br...@electricedgesystems.com wrote: Hey Rick, You can use more secure forms of FTP as opposed to getting that draconian - just a

Re: Encrypt/Decrypt Files

2014-07-17 Thread Richard Colman
Just to clarify, the problem is not in the transmission, which can be accomplished by FTPs, etc. Once the file resides on the shared FTP server, it needs to be encrypted to maintain security. So, I think the flow is: (1) transmit plain file up to server, and (2) encrypt on the server.

Re: Encrypt/Decrypt Files

2014-07-17 Thread Richard Colman
Thank you. Good start. There is the question of the best way to keep track of keys for various, different files; or use the same key for all files without exposing it. As you can see, I am very much a security novice when it comes to this stuff. On 7/17/2014 2:18 PM, John M Bliss wrote:

Replicate cache across multiple CF servers

2014-07-17 Thread Uday Patel
Hi All, Need help with replicating cache across clustered CF8 servers. I have an application running on single server and i was caching some commonly used data in Application scope. There is a logic tied in my caching object such that when data changes the cache is rebuild. Now we are moving

Re: Replicate cache across multiple CF servers

2014-07-17 Thread Russ Michaels
take a look at this http://ehcache.org/documentation/integrations/coldfusion On Thu, Jul 17, 2014 at 10:10 PM, Uday Patel udayjpatel2...@gmail.com wrote: Hi All, Need help with replicating cache across clustered CF8 servers. I have an application running on single server and i was

Re: help

2014-07-17 Thread Matthew Smith
Anyone? On Jul 15, 2014, at 1:59, Matthew Smith chedders...@gmail.com wrote: Does anyone know what path I should use? Stuck... On Jul 13, 2014, at 10:40, Matthew Smith chedders...@gmail.com wrote: what path should i use? On Sun, Jul 13, 2014 at 10:11 AM, Dave Watts

Re: help

2014-07-17 Thread Maureen
As I told you four days ago: Instead of a physical path like C:\magedirector\imagename.ext you need a url like http://domainname.com/imagedirectory/imagename.ext You use the physical path to determine if the file exists, but you need the url to display it. On Thu, Jul 17, 2014 at 10:37 PM,