I need to create a form which accepts credit card numbers and mail the details with the credit card number to my client.
I came to know that using SSL would make the form HTTPS and make it secure.
I have to develop this in PHP?
I don't know how to proceed?
Currently I only know that I have to make my form HTTPS (SSL)
and I have to encrypt the Credit Card Number and send it in mail.
So the transaction will be secure. And I have to provide a way for
my client to decrypt it and see the Credit Card Number.
Can anyone already had done this or having idea about this HELP ME.
Thank You for all your valuable suggestions!
I came to know that using SSL would make the form HTTPS and make it secure.
I have to develop this in PHP?
I don't know how to proceed?
Currently I only know that I have to make my form HTTPS (SSL)
and I have to encrypt the Credit Card Number and send it in mail.
So the transaction will be secure. And I have to provide a way for
my client to decrypt it and see the Credit Card Number.
Can anyone already had done this or having idea about this HELP ME.
Thank You for all your valuable suggestions!
Comment