Web Form Security
Posted
by brandon14_99
on Stack Overflow
See other posts from Stack Overflow
or by brandon14_99
Published on 2010-05-18T15:52:18Z
Indexed on
2010/05/18
16:20 UTC
Read the original article
Hit count: 251
I set a cookie in the headers with an md5 hashed keyword. Then in my code, it checks for the exact matching cookie before displaying a form. Is this pretty much pointless? The form submits to an external site, so I am trying to secure the form without using captcha..
© Stack Overflow or respective owner