|
Posted by Nik Coughlin on June 21, 2006, 3:45 am
Please log in for more thread options HC wrote:
> I've been thinking a lot lately about how to make it as difficult as
> possible for someone to intercept credit cards on an e-commerce site.
*snip*
> However, here's a new
> technique:
> 2) <input type='text' name='CreditCardNumber'
> onchange='UseAjaxToSendThisSomwehere();' />
>
> Using this technique, a purely static HTML site could be hacked. I
> can't think of a good way around this, and if it were done, it could
> sit there for ages before someone noticed.
You can run a script daily against all of your static pages to see if
they've changed
|