开发者

Secure Web forms for payment

开发者 https://www.devze.com 2022-12-11 17:02 出处:网络
there probably plenty of you here who have done secure payment forms in their life, 开发者_开发技巧so am i. My question is general what from your experience is \"more right\" way to process these form

there probably plenty of you here who have done secure payment forms in their life, 开发者_开发技巧so am i. My question is general what from your experience is "more right" way to process these forms. I'm not talking about SSL or server based security but about programming itself using pseudo code ...

Thanks


Besides having the page protected with valid certificate and SSL, You need to validate all field, use parameters when sending the data, check for Injections of any kinds, and try to use an many listbox as possible and as little free texts..

thats my 2 cents on payment security.

If you want to protect your site from phishing attacks - you should also use some anti-phishing mechanism (like a personalized pictures)

and to protect against bots (very annoying) use captcha....

0

精彩评论

暂无评论...
验证码 换一张
取 消