Coldfusion 8 and RC4 encryption?

2008-02-10 Thread Andy Matthews
I'm implementing a shopping cart solution on a client site which has the ability to periodically push a datafeed containing RC4 encrypted XML to a page of my choosing. I thought it would be a simple thing to encrypt test XML so that I could write the code to DEcrypt the same. Problem is that

Re: Coldfusion 8 and RC4 encryption?

2008-02-10 Thread Andy Matthews
The problem is that I have to provide a key to the site sending the data. So given your post, are you saying that I can just run this method once, save that key on my client's site, and also give the key to the data provider? Keys for these algorithms are created via the GenerateSecretKey()

Re: Coldfusion 8 and RC4 encryption?

2008-02-09 Thread James Holmes
Keys for these algorithms are created via the GenerateSecretKey() function. On Feb 10, 2008 12:22 PM, Andy Matthews [EMAIL PROTECTED] wrote: I'm implementing a shopping cart called FoxyCart. They manage all of the processing and secure transactions, and once the order is complete on their

Coldfusion 8 and RC4 encryption?

2008-02-09 Thread Andy Matthews
I'm implementing a shopping cart called FoxyCart. They manage all of the processing and secure transactions, and once the order is complete on their end they offer, among other things, a secure data feed containing XML for the order encrypted via RC4. I looked up the encrypt/decrypt