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
-compatible CF-style encryption. It also supports multiple encoding formats. Hope this helps. Take Care, Seth - Original Message - From: Russ Michaels [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, August 22, 2005 8:42 PM Subject: RE: Need to share encryption between

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

RE: Need to share encryption between CF and ASP environments

2005-08-22 Thread Russ Michaels
If you use the same encryption algorythum on both then yes. There are plenty of MD5, SHA, whatever encyption components out there, just download and use one of them. COM can be called form CF too.. Russ -Original Message- From: Matthew Friedman [mailto:[EMAIL PROTECTED] Sent: 23 August