RE: [KCFusion] MD5 Hash

2003-02-24 Thread Ellis, Randy
Try looking at the MacroMedia Developer Exchange website:

Custom tag: CF_Authorize_Net_3
http://devex.macromedia.com/developer/gallery/info.cfm?ID=C0C7D513-2CD6-11D4
-AA9800508B94F380&method=Full

or

Custom tag: CF_HMAC
http://devex.macromedia.com/developer/gallery/info.cfm?ID=B60D8F14-FC9F-11D6
-840F00508B94F85A&method=Full

Randy Ellis

-Original Message-
From: Kristi Lavallee [mailto:[EMAIL PROTECTED]
Sent: Monday, February 24, 2003 2:49 PM
To: [EMAIL PROTECTED]
Subject: [KCFusion] MD5 Hash


Our company subscribed to authorize.net to process credit cards.  One of the
requirements for using their system is to provide an encrypted value with
each transaction.  They require the value to be generated using the HMAC-MD5
hashing algorithm.  I have some sample scripts written in ASP and JScript...
does anyone know how to integrate ColdFusion and JScript or have a MD5
hashing script written using CFML?  Any ideas on this would be helpful...

Thanks, Kristi Lavallee


 
 
__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/[EMAIL PROTECTED]
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]
 
 
 
__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/[EMAIL PROTECTED]
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]
 


RE: [KCFusion] MD5 Hash

2003-02-24 Thread Glenn Crocker

I believe Hash() does what you want.  Check it out.  (BTW, O'Reilly's
Programming ColdFusion is a handy book, and has MD5 in the index pointing to
this function.)

-glenn


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Behalf Of Kristi Lavallee
> Sent: Monday, February 24, 2003 2:49 PM
> To: [EMAIL PROTECTED]
> Subject: [KCFusion] MD5 Hash
>
>
> Our company subscribed to authorize.net to process credit cards.
> One of the
> requirements for using their system is to provide an encrypted value with
> each transaction.  They require the value to be generated using
> the HMAC-MD5
> hashing algorithm.  I have some sample scripts written in ASP and
> JScript...
> does anyone know how to integrate ColdFusion and JScript or have a MD5
> hashing script written using CFML?  Any ideas on this would be helpful...
>
> Thanks, Kristi Lavallee
>
>
>
>
> __
> The KCFusion.org list and website is hosted by Humankind Systems, Inc.
> List Archives http://www.mail-archive.com/[EMAIL PROTECTED]
> Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
> To Subscribe mailto:[EMAIL PROTECTED]
> To Unsubscribe mailto:[EMAIL PROTECTED]

 
 
__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/[EMAIL PROTECTED]
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]
 


[KCFusion] MD5 Hash

2003-02-24 Thread Kristi Lavallee
Our company subscribed to authorize.net to process credit cards.  One of the
requirements for using their system is to provide an encrypted value with
each transaction.  They require the value to be generated using the HMAC-MD5
hashing algorithm.  I have some sample scripts written in ASP and JScript...
does anyone know how to integrate ColdFusion and JScript or have a MD5
hashing script written using CFML?  Any ideas on this would be helpful...

Thanks, Kristi Lavallee


 
 
__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/[EMAIL PROTECTED]
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]