Re: Safely Accepting Credit Card & Sensitive Info w/o making a purchase

2007-05-11 Thread Vivec
You would probably want to encrypt the data stored in the database as well. On 5/11/07, Steve Kahn <[EMAIL PROTECTED]> wrote: > We need to accept credit card and sensitive info from customers for account > purposes. In addition to using an SSL cert, Is there a special type of > encryption process

Re: Safely Accepting Credit Card & Sensitive Info w/o making a purchase

2007-05-11 Thread Andrew Scott
If you are using SSL, then thats all you need to do from the client as this is encrypted connection. Is there something more specific you are trying to do. On 5/11/07, Steve Kahn <[EMAIL PROTECTED]> wrote: > > We need to accept credit card and sensitive info from customers for > account > purpo

Safely Accepting Credit Card & Sensitive Info w/o making a purchase

2007-05-11 Thread Steve Kahn
We need to accept credit card and sensitive info from customers for account purposes. In addition to using an SSL cert, Is there a special type of encryption process we need to use on our form page. Or is there a easier method altogether. We don't want to use a check out page like 2Co.com as there