Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Re: Embedding an Executable file in Perl program

by peacemaker1820 (Pilgrim)
on Apr 02, 2003 at 15:21 UTC ( [id://247507]=note: print w/replies, xml ) Need Help??


in reply to Re: Embedding an Executable file in Perl program
in thread Embedding an Executable file in Perl program

Thanks for a lengthful comment....

But in any way, my users have to be able to connect to the database....so what's your most secure way to do that?
  • Comment on Re: Re: Embedding an Executable file in Perl program

Replies are listed 'Best First'.
Re: Re: Re: Embedding an Executable file in Perl program
by submersible_toaster (Chaplain) on Apr 02, 2003 at 23:57 UTC

    But in any way, my users have to be able to connect to the database.
    Do they really connect to the database, or just to a cgi application which then connects to the db? It sounds as though you're only using a 'master' user/pass to have db access from cgi. Do your users have individual db accounts? Can the CGI perform it's duties for userX if it is logged in as userX ? In that case you would be mindful of the security of your CGI session, (where user/pass is being flung around) instead of being worried about your db master password being available to an intruder.

    Seriously, if someone invades the box, this is all academic - all bets on security are off. Please describe your process more explicitly, post some code and more people may be able to assist you.


    I can't believe it's not psellchecked

Log In?
Username:
Password:

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

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

    No recent polls found