My ecommerce site is in PHP and it's working fine. I'm going to use a Quick SSL and I understand it all. But I still have one problem.
My client wants the credit card# and all the info emailed to them and they will do the transaction from their office. I can't figure out how to email the info and have it secured. I know that PHP has the mcrypt_encrypt function, so I can encrypt the email to be sent. But how does it get unencripted? My client doesn't have PHP on their system. I guess I can use an encrypting algorithm in the PHP code and then write a C or VB compiled program they can run on their computer to unencrypt it. But I can't believe there isn't a better way to do it since I'm sure I'm not the only one who is doing an ecommerce site like this.
Is there a better way to do this? Any suggestions would be appreciated.
My client wants the credit card# and all the info emailed to them and they will do the transaction from their office. I can't figure out how to email the info and have it secured. I know that PHP has the mcrypt_encrypt function, so I can encrypt the email to be sent. But how does it get unencripted? My client doesn't have PHP on their system. I guess I can use an encrypting algorithm in the PHP code and then write a C or VB compiled program they can run on their computer to unencrypt it. But I can't believe there isn't a better way to do it since I'm sure I'm not the only one who is doing an ecommerce site like this.
Is there a better way to do this? Any suggestions would be appreciated.