Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: How to make a secure website

by knoebi (Friar)
on Jul 07, 2004 at 08:37 UTC ( [id://372319]=note: print w/replies, xml ) Need Help??


in reply to How to make a secure website

Usually you use CGI::Session or similar and save the SessionID in the cookie.
There is no way to make a website 100% secure. I'am thing you allready use strict; use warnings;. For websites (or any other Application with userinput) I suggest you use taint-checking on user input and actually CHECK the input (eg Data::FormValidator).
Take care quoting everything which could escape a value in any layer (perl, DB (sql inquetion, DBI does this for you if you use placeholders), ...).
And of course use actual versions of httpd, perl and modules.

ciao

knoebi

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (4)
As of 2024-04-16 10:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found