Re: Need to share encryption between CF and ASP environments

2005-08-23 Thread Fabio Terracini
Personally, I don't think storing CC numbers are a good idea. You can encrypt/decrypt data in between envoirments if they use the same algorithm. Checkout CF documentations to see avaiable algorithms. Also, if it's possible by your functional needs (not on the CC case, probably), one-way

Re: Need to share encryption between CF and ASP environments

2005-08-23 Thread Ken Ferguson
Yeah, storing the CC numbers is a scary thing to do. You open yourselves up to a tremendous amount of liability. If you do decide to do it though, you might find or write an executable that will (en)(de)crypt your strings, then you could call it from .NET apps and CF apps as needed. This

Re: Need to share encryption between CF and ASP environments

2005-08-23 Thread Seth Bienek
:[EMAIL PROTECTED] Sent: 23 August 2005 02:38 To: CF-Talk Subject: Need to share encryption between CF and ASP environments We are trying to marry a CF application and an ASP application that will need to process credit cards. What we wish to do is to encrypt and store the CC number in only one

RE: Need to share encryption between CF and ASP environments

2005-08-23 Thread Kerry
-Talk Subject: Re: Need to share encryption between CF and ASP environments Personally, I don't think storing CC numbers are a good idea. You can encrypt/decrypt data in between envoirments if they use the same algorithm. Checkout CF documentations to see avaiable algorithms. Also, if it's

Need to share encryption between CF and ASP environments

2005-08-22 Thread Matthew Friedman
We are trying to marry a CF application and an ASP application that will need to process credit cards. What we wish to do is to encrypt and store the CC number in only one of the environments, but both will need to be able to decrypt the information and process payments. we have a payment system

RE: Need to share encryption between CF and ASP environments

2005-08-22 Thread Russ Michaels
2005 02:38 To: CF-Talk Subject: Need to share encryption between CF and ASP environments We are trying to marry a CF application and an ASP application that will need to process credit cards. What we wish to do is to encrypt and store the CC number in only one of the environments, but both