Forum Moderators: phranque
Regardless, my main concern is that people will think it secure because of the padlock, even if it isn't.
The form uses method="POST" and action="points at formmail".
The host we've just coughed up for doesn't provide SQL or third-party scripts, so my assumption was it would be secure, because otherwise there's no point boasting SSL support, except to dupe the unwitting newbies to secure shiznit, like myself.
I hope this is detailed enough, if its not, I'll try and fill in the gaps tomorrow. Anyway, I need someone to shed light on pitfalls, ways around it, and anything else I might've forgotten.
Thanks.
To make it safer, get a dedicated box and have the email go to an account on the same box. That way the intruder would have to have an account in the same data center and really work hard to get at your data and do more to break in. It's not that easy to target your email that way.
However, when you pick up your email with your pop account, that is most probably insecure, so if you can encrypt that, then you're 99.999% more secure then the vast majority of ecommerce on the internet according to the Gartner group. ;)
Are There Security Holes In FormMail? [webmasterworld.com]
1) is your formmail installation safe from being used to send spam?
It probably is based on what you've said. Generally, if you don't hide the recipient address in the HTML, such as hidden form fields, you'll be alright. It should be coded into the script itself.
2) is it safe for you to email your customers' credit cards and purchase information through email in plaintext?
I'd think not.
Am I missing something?
Clark said:Indeed, the form is entirely secure, though the formmail is in a /common files/perl/formmail type directory. Thats like, strike one.
make sure that the page of the order form says [url.com....] That when they hit the submit button, it still goes to the [url.com...] page
amoore said:Regarding this, unfortunately, due to the nature of the common path to perl I can't edit the formmail, so the address is a hidden input tag. Strike two.
It probably is [safe from spam] based on what you've said. Generally, if you don't hide the recipient address in the HTML, such as hidden form fields, you'll be alright. It should be coded into the script itself.
furthermore:Nuts. Strike three.
is it safe for you to email your customers' credit cards and purchase information through email in plaintext?
I'd think not.
Curses, I'm going to have to phone or email the hosting people and demand they explain how I can acquire credit card details securely, as they boast. I feel conned, and a fool.
The other thread certainly highlighted issues surrounding formmail, and I suppose I'll have to look into processing systems or something.
Thanks.