![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
If I place a form for product ordering on my website, what scripting technology or CGIs can I use to encrypt the e-mail sent to my e-mail account with the order information? |
#3
| |||
| |||
|
|
Dear God. I hope you're not planning on having customers' credit card information emailed to you. |
#4
| |||
| |||
|
|
Karl Core wrote: Dear God. I hope you're not planning on having customers' credit card information emailed to you. I seriously doubt God is planning on having customer's credit card info emailed to Him <g |
#5
| |||
| |||
|
|
Els wrote: Karl Core wrote: Dear God. I hope you're not planning on having customers' credit card information emailed to you. I seriously doubt God is planning on having customer's credit card info emailed to Him <g I wouldn't put it past the Pope though... |
#6
| |||
| |||
|
|
"zn" <zn (AT) zn122 (DOT) edu.invalid> wrote in message news:Xns95DDAB27BB1EAznzn122eduinvalid (AT) 216 (DOT) 196.97.131... If I place a form for product ordering on my website, what scripting technology or CGIs can I use to encrypt the e-mail sent to my e-mail account with the order information? Dear God. I hope you're not planning on having customers' credit card information emailed to you. That is extremely insecure and dangerously irresponsible. |
#7
| |||
| |||
|
|
Dear God. I hope you're not planning on having customers' credit card information emailed to you. That is extremely insecure and dangerously irresponsible. Can you read? Is there a CGI/Scripting technology that will encrypt the e- mail? If the data in a form is encrypted in something like PHP, how useful would that e-mail be to someone else? |
#8
| |||
| |||
|
|
"zn" <zn (AT) zn122 (DOT) edu.invalid> wrote in message Dear God. I hope you're not planning on having customers' credit card information emailed to you. That is extremely insecure and dangerously irresponsible. Can you read? Is there a CGI/Scripting technology that will encrypt the e- mail? If the data in a form is encrypted in something like PHP, how useful would that e-mail be to someone else? |
|
And how usefull would it be to the email client you send it to? You should be using HTTPS and a secure server side process, not email. |
#9
| |||
| |||
|
|
"rf" <rf@.invalid> wrote in news:gdEFd.117383$K7.65209 (AT) news-server (DOT) bigpond.net.au: And how usefull would it be to the email client you send it to? You should be using HTTPS and a secure server side process, not email. The server already is configured for https. How do you define secure server side process? Are you referring to having php write to a database? |
#10
| |||
| |||
|
|
"zn" <zn (AT) zn122 (DOT) edu.invalid> wrote "rf" <rf@.invalid> wrote in news:gdEFd.117383$K7.65209 (AT) news-server (DOT) bigpond.net.au: And how usefull would it be to the email client you send it to? You should be using HTTPS and a secure server side process, not email. The server already is configured for https. How do you define secure server side process? Are you referring to having php write to a database? I am now totally lost. You originally talked about sending the data vie email. To quote: "the e-mail sent to my e-mail account" Once again, if you encrypt an email (however you do it) what is the client going to make of it? And, if you are processing it on a server somewhere, why do you *need* to email it anywhere? Perhaps if you re-state exactly what you are doing and intend to do. |
![]() |
| Thread Tools | |
| Display Modes | |
| |