Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Thinking bout security- Mysql-perl

by abaxaba (Hermit)
on Apr 13, 2002 at 19:12 UTC ( [id://158839]=note: print w/replies, xml ) Need Help??


in reply to Thinking bout security- Mysql-perl

I'm guessing you recieve the user/pass combo from form inputs.
my $dbConnect = DBI->connect ("dbi:mysql:dbName", $name, $pass} || err +Msg(); sub errMsg { print "Not allowed\n"; }
No valid passwords in the code this way.
Of course, an SSL handshake makes this even more secure, keeping lurkers/hackers etc from snifting out the correct name/pass combo.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (2)
As of 2024-04-20 07:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found