Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Paranoid about web application security

by cowboy (Friar)
on Aug 08, 2005 at 22:33 UTC ( [id://482051]=note: print w/replies, xml ) Need Help??


in reply to Paranoid about web application security

  • Have at least one other person look over your code. It's easy not to notice problems in your own code, that stand out to others.
  • See if any existing well known authentication systems fit, before re-inventing the wheel. Odds are they've been looked over quite well over time.
  • Keep it as simple as possible. Think any special security features through. It's not uncommon to add a feature meant to increase security, that actually makes it worse.
  • Obviously keep everything patched, but attempts at password stealing/sharing/brute forcing is more common than attempts to hack into a pay site. (at least the ones I've worked with)

Hope this helps.

Update: All the above advice assumes you're using a 3rd party processor, so you only have to deal with authentication, not actual credit card/payment data.
  • Comment on Re: Paranoid about web application security

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://482051]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2024-04-25 03:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found