Security
Security is the condition of being protected against danger or loss.
Forum Post

Re: Trying to scp within a loop and not have retype my pasword each ti

: Is there a way to run the following command in perl and : not have to type in my alias every time it's called? : : example: : system (qq{scp ${send_file} : ${user_name}\@${server}...
Forum Post

Re: trying send cgi params values to module for processing.

Hi, I'm not quite sure what the problem is, but a few pointers... : # just to test everything got through. : print "...${valueone} and ${valuetwo}\n"; : Does this line actually print what...
Forum Post

User authentication without username and password?

Is there a perl (or any other language) script that can use LDAP or Active Directory to authenticate users without promting them for a username and password? In other words can the script access the...
Forum Post

Re: SSI directives

I guess with careful writing I could just use "require" on Perl scripts and SSI on static HTML pages.... Thanks for your response, Jesse : : When I output an SSI directive with perl script,...
Forum Post

Re: SSI directives

: When I output an SSI directive with perl script, it isn't parsed. It : this possible? : Not generally. Unless you capture the output of the script and process the directives yourself somehow....
Forum Post

Re: how can i?

: The redirect could also be done with PHP (or ASP) as well as the Javascript already mentioned. But you will need Javascript to test for invalid entries. : Having JavaScript to check for invalid...
Forum Post

Re: Changing CGI Environment Variables?

Hi, : I have a website and when I check the logs sometimes I see "Blocked : By Norton" in the field that normally contains the referring URL. : It seems to me that somehow Norton was able to...
Forum Post

Re: Help! need to use HTML in perl string / variable

Jonathan, thanks very much for your help and advice. I have taken your warning and implemented a little bit more security into the script I have been working on. I must say that your security...
Forum Post

Re: Can I use Perl for database queries?

: : Do you use alot of work arounds when you're using the tainted : : data mode for the CGI scripting? : Here's a shocker - I don't actually use taint mode! I do have my own library of security...
Forum Post

Re: Can I use Perl for database queries?

: Do you use alot of work arounds when you're using the tainted : data mode for the CGI scripting? Here's a shocker - I don't actually use taint mode! I do have my own library of security...
Forum Post

Oh no...not again...

: This isn't meant to be a small war between perl and php (:-)), : Although I recently heard this: : : 'As far as I know PHP has quite a bit less security issues than : Perl. It's much faster...
Forum Post

'PHP vs Perl'

This isn't meant to be a small war between perl and php (:-)), Although I recently heard this: 'As far as I know PHP has quite a bit less security issues than Perl. It's much faster to use for web...
Forum Post

Re: PERL http authentication

Hey, : This is is the request method that i wish to build basic HTTP : authentication into: : : ....pretty well written Perl ;-).... : : The line with 'WWW-Authenticate: Basic...
Forum Post

Re: PERL http authentication

"tcp") || die($!); print($socket "GET $request HTTP\/1.0\nHost: $host\nWWW-Authenticate: Basic realm="user:passwd"\n\r\n\r"); while ($data = ) { chomp($data); if...
Forum Post

Re: Help for executing Remote server perl script by cron in another se

Add if possible an IP restriction too... : : I would use ssh. You can export the public key (/homedir/on/serverA/.ssh/id_dsa.pub) without a password on generation to /homedir/of/user/...
Forum Post

Re: Help for executing Remote server perl script by cron in another se

: I would use ssh. You can export the public key (/homedir/on/serverA/.ssh/id_dsa.pub) without a password on generation to /homedir/of/user/.ssh/authorized_keys on Server B. Then You can run the...
Forum Post

Re: PERL http authentication

: Hi, : : I need to make a perl script (not cgi) that checks via form based : authentication, if a user name and/or password are valid. I have : been messing about with it for some time but...
Forum Post

PERL http authentication

Hi, I need to make a perl script (not cgi) that checks via form based authentication, if a user name and/or password are valid. I have been messing about with it for some time but seem to run...
Forum Post

Re: newby howto create a directory on win2k

: Hi, : I am a newby concerning perl and have a problem by creating a directory wiht a perl script : : ------ : $test = "newDir"; : mkdir($test, 0700); : ---- : On Linux it works fine. :...
Forum Post

newby howto create a directory on win2k

Hi, I am a newby concerning perl and have a problem by creating a directory wiht a perl script ------ $test = "newDir"; mkdir($test, 0700); ---- On Linux it works fine. How can I do this...
1 2  Next
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.