Thanks for the info, have you had any experience installing the
verisign sdk or the CFX tag? If so can you provide any tips, or
caveats I may have when doing it?

Thanks agian. 

Ryan


On Wed, 24 Nov 2004 12:00:30 -0500, Ryan Emerle <[EMAIL PROTECTED]> wrote:
> No, the CFX tag will not know what to do with it.  Your best bet is to
> just keep the password from being immediately visible in the code if
> you can help it.  Any way you look at it, it will be decrypted before
> it is sent over to verisign (though it is sent via SSL).
> 
> I'm sure you can get creative with encryption so that you decrypt it
> as you pass it to the tag..  I have a CFC version of the PFPro tag
> that might give you a bit more flexibility in this area, though I
> personally wouldn't trust a stranger's CC gateway code :)
> 
> I'd be more than happy to post it if anyone is interested though.
> 
> 
> 
> On Wed, 24 Nov 2004 01:23:24 -0500, Ryan Mannion <[EMAIL PROTECTED]> wrote:
> > Has anyone ever configured the verisign payflow pro system? The main
> > thing I read in the manual is the importance of encrypting the
> > password. My question is, if I use encrypt(password) when sending the
> > password how will the cfx tag decrypt this? Or should I store the
> > passwords encrypted in a database, then decrypt them on the way out of
> > the DB? I'm not sure how one is supposed to accomplish this. Any
> > suggestions would be appreciated.
> >
> > Here is the code to run.
> > Thanks Ryan
> >
> > <CFX_PAYFLOWPRO QUERY          = "RESULT"
> >                 HOSTADDRESS    = "test-payflow.verisign.com"
> >                 HOSTPORT       = "443"
> >                 TIMEOUT        = "30"
> >                 PROXYADDRESS   = ""
> >                 PROXYPORT      = ""
> >                 PROXYLOGON     = ""
> >                 PROXYPASSWORD  = ""
> >                 TRXTYPE        = "S"
> >                 TENDER         = "C"
> >                 PARTNER        = "VeriSign"
> >                 USER           = "YourTestAccountName"
> >                 PWD            = "YourAccountPassword"
> >                 ACCT           = "5105105105105100"
> >                 EXPDATE        = "1209"
> >                 AMT            = "27.33"
> >                 COMMENT1       = "This is a comment - note that it is
> > automatically escaped"
> >                 COMMENT2       = "Embedded = and & work when escaped"
> >                 CERTPATH        = "C:\CFusionMX\certs"
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185327
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to